Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibznotify
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibznotify
提交
0419aa10
提交
0419aa10
编写于
2月 02, 2021
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zoo457790531 发布系统代码 [ibiz-notify,通知消息]
上级
5691375e
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
1 行增加
和
37 行删除
+1
-37
IMsgBodyService.java
.../java/cn/ibizlab/core/notify/service/IMsgBodyService.java
+0
-4
MsgBodyServiceImpl.java
.../ibizlab/core/notify/service/impl/MsgBodyServiceImpl.java
+0
-32
systemResource.json
...fy-core/src/main/resources/permission/systemResource.json
+1
-1
未找到文件。
ibznotify-core/src/main/java/cn/ibizlab/core/notify/service/IMsgBodyService.java
浏览文件 @
0419aa10
...
...
@@ -34,10 +34,6 @@ public interface IMsgBodyService extends IService<MsgBody> {
void
removeBatch
(
Collection
<
String
>
idList
);
MsgBody
get
(
String
key
);
MsgBody
getDraft
(
MsgBody
et
);
MsgBody
backlog
(
MsgBody
et
);
boolean
backlogBatch
(
List
<
MsgBody
>
etList
);
MsgBody
backlogAll
(
MsgBody
et
);
boolean
backlogAllBatch
(
List
<
MsgBody
>
etList
);
boolean
checkKey
(
MsgBody
et
);
boolean
save
(
MsgBody
et
);
void
saveBatch
(
List
<
MsgBody
>
list
);
...
...
ibznotify-core/src/main/java/cn/ibizlab/core/notify/service/impl/MsgBodyServiceImpl.java
浏览文件 @
0419aa10
...
...
@@ -114,38 +114,6 @@ public class MsgBodyServiceImpl extends ServiceImpl<MsgBodyMapper, MsgBody> impl
return
et
;
}
@Override
@Transactional
public
MsgBody
backlog
(
MsgBody
et
)
{
//自定义代码
return
et
;
}
@Override
@Transactional
public
boolean
backlogBatch
(
List
<
MsgBody
>
etList
)
{
for
(
MsgBody
et
:
etList
)
{
backlog
(
et
);
}
return
true
;
}
@Override
@Transactional
public
MsgBody
backlogAll
(
MsgBody
et
)
{
//自定义代码
return
et
;
}
@Override
@Transactional
public
boolean
backlogAllBatch
(
List
<
MsgBody
>
etList
)
{
for
(
MsgBody
et
:
etList
)
{
backlogAll
(
et
);
}
return
true
;
}
@Override
public
boolean
checkKey
(
MsgBody
et
)
{
return
(!
ObjectUtils
.
isEmpty
(
et
.
getMsgId
()))
&&
(!
Objects
.
isNull
(
this
.
getById
(
et
.
getMsgId
())));
...
...
ibznotify-core/src/main/resources/permission/systemResource.json
浏览文件 @
0419aa10
...
...
@@ -8,7 +8,7 @@
"delogicname"
:
"消息"
,
"sysmoudle"
:{
"id"
:
"NOTIFY"
,
"name"
:
"notify"
},
"dedataset"
:[{
"id"
:
"Default"
,
"name"
:
"数据集"
}],
"deaction"
:[{
"id"
:
"Create"
,
"name"
:
"Create"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Update"
,
"name"
:
"Update"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Remove"
,
"name"
:
"Remove"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Get"
,
"name"
:
"Get"
,
"type"
:
"BUILTIN"
},{
"id"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"type"
:
"BUILTIN"
},{
"id"
:
"
Backlog"
,
"name"
:
"催办消息(分页)"
,
"type"
:
"USERCUSTOM"
},{
"id"
:
"BacklogAll"
,
"name"
:
"催办消息(全量)"
,
"type"
:
"USERCUSTOM"
},{
"id"
:
"
CheckKey"
,
"name"
:
"CheckKey"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Save"
,
"name"
:
"Save"
,
"type"
:
"BUILTIN"
}],
"deaction"
:[{
"id"
:
"Create"
,
"name"
:
"Create"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Update"
,
"name"
:
"Update"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Remove"
,
"name"
:
"Remove"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Get"
,
"name"
:
"Get"
,
"type"
:
"BUILTIN"
},{
"id"
:
"GetDraft"
,
"name"
:
"GetDraft"
,
"type"
:
"BUILTIN"
},{
"id"
:
"CheckKey"
,
"name"
:
"CheckKey"
,
"type"
:
"BUILTIN"
},{
"id"
:
"Save"
,
"name"
:
"Save"
,
"type"
:
"BUILTIN"
}],
"datascope"
:[{
"id"
:
"all"
,
"name"
:
"全部数据"
}]
}
,
{
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录