Commit 5a04ae95 by zhaolianjie

卡片流程 - 删除群组

1 parent 45ab0084
...@@ -159,8 +159,8 @@ public class MassageNoticeScheduleService { ...@@ -159,8 +159,8 @@ public class MassageNoticeScheduleService {
/** /**
* 每周四18:00删除当天的群聊 * 每周四18:00删除当天的群聊
*/ */
@Async // @Async
@Scheduled(cron = "0 0 18 * * ?") // @Scheduled(cron = "0 0 18 * * ?")
public void deleteChatList() { public void deleteChatList() {
String chatId = (String) CacheUtil.get("chatId"); String chatId = (String) CacheUtil.get("chatId");
feiShuApiService.deleteChatList(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!