Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
research-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
research-project
Commits
e76cebb1
Commit
e76cebb1
authored
Mar 21, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息优化
parent
ba7070bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cloud-research-service/src/main/java/com/yizhi/research/application/util/ResearchEvenSendMessage.java
+2
-2
No files found.
cloud-research-service/src/main/java/com/yizhi/research/application/util/ResearchEvenSendMessage.java
View file @
e76cebb1
...
@@ -120,14 +120,14 @@ public class ResearchEvenSendMessage {
...
@@ -120,14 +120,14 @@ public class ResearchEvenSendMessage {
logger
.
error
(
"发送删除消息成功====================="
);
logger
.
error
(
"发送删除消息成功====================="
);
}
else
{
}
else
{
//修改调研的状态
//修改调研的状态
/*
if (remindVo.getTaskStatusUpdate()) {
if
(
remindVo
.
getTaskStatusUpdate
())
{
//1 为消息业务可发送状态 0 则不行
//1 为消息业务可发送状态 0 则不行
vo
.
setTaskStatusUpdate
(
true
);
vo
.
setTaskStatusUpdate
(
true
);
vo
.
setTaskStatus
(
research
.
getState
()
==
ResearchState
.
RELEASED
.
getValue
()
?
1
:
0
);
vo
.
setTaskStatus
(
research
.
getState
()
==
ResearchState
.
RELEASED
.
getValue
()
?
1
:
0
);
publicSendMessageClient
.
processBizEvent
(
vo
);
publicSendMessageClient
.
processBizEvent
(
vo
);
logger
.
info
(
"发送修改业务状态消息成功====================="
);
logger
.
info
(
"发送修改业务状态消息成功====================="
);
return
;
return
;
}
*/
}
if
(
research
!=
null
)
{
if
(
research
!=
null
)
{
if
(!
CollectionUtils
.
isEmpty
(
remindVo
.
getMessageTaskRemindVos
()))
{
if
(!
CollectionUtils
.
isEmpty
(
remindVo
.
getMessageTaskRemindVos
()))
{
...
...
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