Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibznotify
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibznotify
提交
f681bdd4
提交
f681bdd4
编写于
2月 02, 2021
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zoo457790531 发布系统代码 [ibiz-notify,通知消息]
上级
768ff225
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
4 行删除
+11
-4
MsgBodySearchContext.java
...a/cn/ibizlab/core/notify/filter/MsgBodySearchContext.java
+7
-0
h2_table.xml
ibznotify-core/src/main/resources/liquibase/h2_table.xml
+4
-4
未找到文件。
ibznotify-core/src/main/java/cn/ibizlab/core/notify/filter/MsgBodySearchContext.java
浏览文件 @
f681bdd4
...
...
@@ -33,6 +33,13 @@ public class MsgBodySearchContext extends QueryWrapperContext<MsgBody> {
if
(!
ObjectUtils
.
isEmpty
(
this
.
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
;
//[消息类型]
public
void
setN_msgtype_eq
(
Integer
n_msgtype_eq
)
{
...
...
ibznotify-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
f681bdd4
...
...
@@ -4,7 +4,7 @@
<!--输出实体[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"
>
<column
name=
"ISERROR"
remarks=
""
type=
"INT"
>
</column>
...
...
@@ -42,7 +42,7 @@
<!--输出实体[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"
>
<column
name=
"ACCESSID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_MSG_OPEN_ACCESS_ACCESSID"
/>
...
...
@@ -74,7 +74,7 @@
<!--输出实体[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"
>
<column
name=
"TID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_MSG_TEMPLATE_TID"
/>
...
...
@@ -100,7 +100,7 @@
<!--输出实体[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"
>
<column
name=
"AUTHID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_MSG_USER_ACCOUNT_AUTHID"
/>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录