@@ -660,7 +660,7 @@ public class TimingTask {
//每天8点45分 任务到期提醒
- @Scheduled(cron = "0 8 45 ? * *")
+ @Scheduled(cron = "0 45 8 ? * *")
private void taskDue() {
if (isDev) return;
List<WxCorpInfo> wxCorpInfos = wxCorpInfoMapper.selectList(null);