Commit 2d0311f7 by liushuangwu

deleteChatList

1 parent 2956b2a2
......@@ -164,7 +164,7 @@ public class MassageNoticeScheduleService {
@Scheduled(cron = "0 0 19 * * ?")
public void deleteChatList() {
String chatId = feiShuApiService.queryChatId();
if (StringUtils.isEmpty(chatId)) {
if (StringUtils.isEmpty(chatId) || chatId.equals(feiShuConfig.getChatId())) {
return;
}
feiShuApiService.deleteChatList(chatId);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!