寻爱-记录-增加分区id

This commit is contained in:
khalil
2024-10-15 14:50:30 +08:00
parent 4ef5842e55
commit 4e03612cae
13 changed files with 43 additions and 131 deletions

View File

@@ -23,7 +23,7 @@ public class DrawLotteryRecordDayTask extends BaseTask {
/**
* 每天0点统计昨天的许愿数据到数据库
*/
@Scheduled(cron = "0 0 0 * * ?")
@Scheduled(cron = "10 0 0 * * ?")
public void addDataByDay() throws ParseException {
logger.info("DrawLotteryRecordDayService start ===============");
Date date = DateTimeUtil.addDays(new Date(), -1);