消息提醒

main
zhaokai 2026-03-20 08:55:23 +08:00
parent 0fa393e8aa
commit f903d54b5a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class FireCheckListAddExe {
}); });
TodoListAddBatchEvent event3 = new TodoListAddBatchEvent(); TodoListAddBatchEvent event3 = new TodoListAddBatchEvent();
event3.setTodoListAddEventList(new ArrayList<>()); event3.setTodoListAddEventList(todoListAddEventList);
todoListEventPusherUtil.sendMessageAddBatchEvent(event3); todoListEventPusherUtil.sendMessageAddBatchEvent(event3);
}catch (Exception e){ }catch (Exception e){
log.error("发送消息异常",e); log.error("发送消息异常",e);