|
|
|
@ -24,7 +24,7 @@ public class DBSaleAnalysisTask {
|
|
|
|
|
@Resource
|
|
|
|
|
private BDAnalysisService bdAnalysisService;
|
|
|
|
|
|
|
|
|
|
@Scheduled(cron = "0 0 10 * * ?")
|
|
|
|
|
@Scheduled(cron = "0 0 1 * * ?")
|
|
|
|
|
public void dailyReportAutoGenerateReport() {
|
|
|
|
|
synchronizedScheduler.executeProcess("manage_task:dailyDBSaleReportAutoGenerateReport", 120_000, () -> {
|
|
|
|
|
Date yesterday = DateUtils.addDays(new Date(), -1);
|
|
|
|
|