Commit e76cebb1 by 阳浪

消息优化

parent ba7070bf
......@@ -120,14 +120,14 @@ public class ResearchEvenSendMessage {
logger.error("发送删除消息成功=====================");
} else {
//修改调研的状态
/* if (remindVo.getTaskStatusUpdate()) {
if (remindVo.getTaskStatusUpdate()) {
//1 为消息业务可发送状态 0 则不行
vo.setTaskStatusUpdate(true);
vo.setTaskStatus(research.getState() == ResearchState.RELEASED.getValue() ? 1 : 0);
publicSendMessageClient.processBizEvent(vo);
logger.info("发送修改业务状态消息成功=====================");
return;
}*/
}
if (research != null) {
if (!CollectionUtils.isEmpty(remindVo.getMessageTaskRemindVos())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment