Commit 5a04ae95 by zhaolianjie

卡片流程 - 删除群组

1 parent 45ab0084
......@@ -159,8 +159,8 @@ public class MassageNoticeScheduleService {
/**
* 每周四18:00删除当天的群聊
*/
@Async
@Scheduled(cron = "0 0 18 * * ?")
// @Async
// @Scheduled(cron = "0 0 18 * * ?")
public void deleteChatList() {
String chatId = (String) CacheUtil.get("chatId");
feiShuApiService.deleteChatList(chatId);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!