Commit 063fce5f by zhaolianjie

卡片流程 - 提示优化

1 parent d3a70643
...@@ -74,7 +74,7 @@ public class MassageNoticeScheduleService { ...@@ -74,7 +74,7 @@ public class MassageNoticeScheduleService {
// * 每周四定时生成要按摩的人员名单,并发送大群和单人消息 // * 每周四定时生成要按摩的人员名单,并发送大群和单人消息
// */ // */
// @Async // @Async
@Scheduled(cron = "0 0 11 ? * THU") @Scheduled(cron = "0 30 11 ? * THU")
public void sendMsgCardToPipiChat() { public void sendMsgCardToPipiChat() {
employeeService.uprsetAllEmployee(); employeeService.uprsetAllEmployee();
chatMessageService.deleteAll(); chatMessageService.deleteAll();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!