Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz4j Spring R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7后台标准模板
iBiz4j Spring R7
提交
9cfebc21
提交
9cfebc21
编写于
12月 26, 2020
作者:
zhouweidong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
消息队列切点
上级
ffd22baf
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
7 行增加
和
43 行删除
+7
-43
RocketMQAspect.java.ftl
...in/java/%SYS_PKGPATH%/util/aspect/RocketMQAspect.java.ftl
+7
-43
未找到文件。
SLN/%PUBPRJ%-util/src/main/java/%SYS_PKGPATH%/util/aspect/RocketMQAspect.java.ftl
浏览文件 @
9cfebc21
...
...
@@ -78,8 +78,7 @@ public class RocketMQAspect
<#
list
dataEntity
.
getAllPSDEDataSyncs
()
as
dataSync
>
<#
if
dataSync
.
getOutPSSysDataSyncAgent
??
&&
dataSync
.
getOutPSSysDataSyncAgent
()??>
<#
assign
producer
=
dataEntity
.
codeName
+
dataSync
.
codeName
>
<#--@
AfterReturning
(
value
=
"${getPointCut(dataSync)}"
)-->
<@
getPointCut
dataSync
/>
@
AfterReturning
(
value
=
"${getPointCut(dataSync)}"
)
@
Async
public
void
${
srfmethodname
(
producer
)}(
JoinPoint
point
)
{
<#
if
dataSync
.
getOutTestPSDEAction
??
&&
dataSync
.
getOutTestPSDEAction
()??>
...
...
@@ -156,22 +155,17 @@ public class RocketMQAspect
</#
if
>
<#
comment
>
输出切点
</#
comment
>
<#
macro
getPointCut
dataSync
>
<#
function
getPointCut
dataSync
>
<#
comment
>
数值代码表
1
=
新建
;
2
=
编辑
;
4
=
删除
</#
comment
>
<#
assign
createArray
=
[
1
,
3
,
5
]>
<#
assign
updateArray
=
[
2
,
3
,
6
]>
<#
assign
deleteArray
=[
4
,
5
,
6
]>
<#
assign
createArray
=
[
1
,
3
,
5
,
7
]>
<#
assign
updateArray
=
[
2
,
3
,
6
,
7
]>
<#
assign
deleteArray
=[
4
,
5
,
6
,
7
]>
<#
assign
result
=
""
>
//
1
<#
if
dataSync
.
getEventType
??
&&
dataSync
.
getEventType
()??>
<#
assign
type
=
dataSync
.
getEventType
()>
//
type
:${
type
}
<#
assign
isCreate
=
createArray
?
seq_contains
(
type
)>
//
isCreate
:${
isCreate
?
c
}
<#
assign
isUpdate
=
updateArray
?
seq_contains
(
type
)>
//
isUpdate
:${
isUpdate
?
c
}
<#
assign
isDelete
=
deleteArray
?
seq_contains
(
type
)>
//
isDelete
:${
isDelete
?
c
}
<#
if
isCreate
>
<#
assign
result
=
"execution(*"
+
pub
.
getPKGCodeName
()+
".core.*.service.*"
+
dataEntity
.
codeName
+
"*.create*(..))"
>
</#
if
>
...
...
@@ -188,35 +182,5 @@ public class RocketMQAspect
<#
assign
result
=
result
+
"execution(*"
+
pub
.
getPKGCodeName
()+
".core.*.service.*"
+
dataEntity
.
codeName
+
"*.remove*(..))"
>
</#
if
>
</#
if
>
</#
macro
>
<#--<#
comment
>
输出切点
</#
comment
>-->
<#--<#
function
getPointCut
dataSync
>-->
<#--<#
comment
>
数值代码表
1
=
新建
;
2
=
编辑
;
4
=
删除
</#
comment
>-->
<#--<#
assign
createArray
=
[
1
,
3
,
5
]>-->
<#--<#
assign
updateArray
=
[
2
,
3
,
6
]>-->
<#--<#
assign
deleteArray
=[
4
,
5
,
6
]>-->
<#--<#
assign
result
=
""
>-->
<#--<#
if
dataSync
.
getEventType
??
&&
dataSync
.
getEventType
()??>-->
<#--<#
assign
type
=
dataSync
.
getEventType
()>-->
<#--<#
assign
isCreate
=
createArray
?
seq_contains
(
type
)>-->
<#--<#
assign
isUpdate
=
updateArray
?
seq_contains
(
type
)>-->
<#--<#
assign
isDelete
=
deleteArray
?
seq_contains
(
type
)>-->
<#--<#
if
isCreate
>-->
<#--<#
assign
result
=
"execution(*"
+
pub
.
getPKGCodeName
()+
".core.*.service.*"
+
dataEntity
.
codeName
+
"*.create*(..))"
>-->
<#--</#
if
>-->
<#--<#
if
isUpdate
>-->
<#--<#
if
result
!="">-->
<#--<#
assign
result
=
result
+
"||"
>-->
<#--</#
if
>-->
<#--<#
assign
result
=
result
+
"execution(*"
+
pub
.
getPKGCodeName
()+
".core.*.service.*"
+
dataEntity
.
codeName
+
"*.update*(..))"
>-->
<#--</#
if
>-->
<#--<#
if
isDelete
>-->
<#--<#
if
result
!="">-->
<#--<#
assign
result
=
result
+
"||"
>-->
<#--</#
if
>-->
<#--<#
assign
result
=
result
+
"execution(*"
+
pub
.
getPKGCodeName
()+
".core.*.service.*"
+
dataEntity
.
codeName
+
"*.remove*(..))"
>-->
<#--</#
if
>-->
<#--</#
if
>-->
<#--<#
return
"("
+
result
+
")"
>-->
<#--</#
function
>-->
\ No newline at end of file
<#
return
"("
+
result
+
")"
>
</#
function
>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录