perf:定时任务

This commit is contained in:
Zhujx
2025-07-25 17:28:03 +08:00
parent 8b7cc57b91
commit 2491123b5b

View File

@@ -50,6 +50,7 @@ public class FwdImportantMsgJob {
for (FPerformProjectInfo data : saleTodayData) {
msg.append("演唱会名称:").append(data.getProjectName()).append("预售时间:").append(DateUtils.getDateTimeStr(data.getPreSaleTime())).append("\n");
}
msg.append("请注意进行数据库配置的更改!");
dingTalkService.sendChatMessage(chatId, msg.toString());
log.info("【芬玩岛】演唱会预售定时任务结束time:{}", System.currentTimeMillis());
}