寻爱-记录-增加分区id
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user