提交 f681bdd4 编写于 作者: ibizdev's avatar ibizdev

zoo457790531 发布系统代码 [ibiz-notify,通知消息]

上级 768ff225
...@@ -33,6 +33,13 @@ public class MsgBodySearchContext extends QueryWrapperContext<MsgBody> { ...@@ -33,6 +33,13 @@ public class MsgBodySearchContext extends QueryWrapperContext<MsgBody> {
if(!ObjectUtils.isEmpty(this.n_tousers_eq)){ if(!ObjectUtils.isEmpty(this.n_tousers_eq)){
this.getSearchCond().eq("tousers", n_tousers_eq); this.getSearchCond().eq("tousers", n_tousers_eq);
} }
}
private String n_tousers_in;//[目标用户]
public void setN_tousers_in(String n_tousers_in) {
this.n_tousers_in = n_tousers_in;
if(!ObjectUtils.isEmpty(this.n_tousers_in)){
this.getSearchCond().in("tousers",this.n_tousers_in.split(";"));
}
} }
private Integer n_msgtype_eq;//[消息类型] private Integer n_msgtype_eq;//[消息类型]
public void setN_msgtype_eq(Integer n_msgtype_eq) { public void setN_msgtype_eq(Integer n_msgtype_eq) {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!--输出实体[MSG_BODY]数据结构 --> <!--输出实体[MSG_BODY]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_body-16-1"> <changeSet author="root" id="tab-msg_body-17-1">
<createTable tableName="IBZMSGBODY"> <createTable tableName="IBZMSGBODY">
<column name="ISERROR" remarks="" type="INT"> <column name="ISERROR" remarks="" type="INT">
</column> </column>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<!--输出实体[MSG_OPEN_ACCESS]数据结构 --> <!--输出实体[MSG_OPEN_ACCESS]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_open_access-8-2"> <changeSet author="root" id="tab-msg_open_access-8-2">
<createTable tableName="IBZOPENACCESS"> <createTable tableName="IBZOPENACCESS">
<column name="ACCESSID" remarks="" type="VARCHAR(100)"> <column name="ACCESSID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_MSG_OPEN_ACCESS_ACCESSID"/> <constraints primaryKey="true" primaryKeyName="PK_MSG_OPEN_ACCESS_ACCESSID"/>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<!--输出实体[MSG_TEMPLATE]数据结构 --> <!--输出实体[MSG_TEMPLATE]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_template-3-3"> <changeSet author="root" id="tab-msg_template-3-3">
<createTable tableName="IBZMSGTEMPL"> <createTable tableName="IBZMSGTEMPL">
<column name="TID" remarks="" type="VARCHAR(100)"> <column name="TID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_MSG_TEMPLATE_TID"/> <constraints primaryKey="true" primaryKeyName="PK_MSG_TEMPLATE_TID"/>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<!--输出实体[MSG_USER_ACCOUNT]数据结构 --> <!--输出实体[MSG_USER_ACCOUNT]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-msg_user_account-6-4"> <changeSet author="root" id="tab-msg_user_account-6-4">
<createTable tableName="IBZUSERAUTH"> <createTable tableName="IBZUSERAUTH">
<column name="AUTHID" remarks="" type="VARCHAR(100)"> <column name="AUTHID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_MSG_USER_ACCOUNT_AUTHID"/> <constraints primaryKey="true" primaryKeyName="PK_MSG_USER_ACCOUNT_AUTHID"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册