Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
point-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
point-project
Commits
6b3e873d
Commit
6b3e873d
authored
Mar 19, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息优化
parent
417dcc5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
cloud-point/src/main/java/com/yizhi/application/util/PointEvenSendMessage.java
+4
-1
No files found.
cloud-point/src/main/java/com/yizhi/application/util/PointEvenSendMessage.java
View file @
6b3e873d
...
...
@@ -9,6 +9,7 @@ import com.yizhi.message.application.vo.TaskVo;
import
org.apache.commons.lang3.time.DateUtils
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Component
;
...
...
@@ -46,7 +47,9 @@ public class PointEvenSendMessage {
vo
.
setAccountId
(
accountId
);
}
vo
.
setRequestContext
(
context
);
vo
.
setTaskVo
(
taskVo
);
com
.
yizhi
.
core
.
application
.
vo
.
TaskVo
taskVo1
=
new
com
.
yizhi
.
core
.
application
.
vo
.
TaskVo
();
BeanUtils
.
copyProperties
(
taskVo
,
taskVo1
);
vo
.
setTaskVo
(
taskVo1
);
try
{
//临时取消触发功能
// cloudEventPublisher.publish(Constans.MESSAGE_QUEUE, new EventWrapper<MessageRemindVo>(null, vo));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment