collect/src/main/java/com/qianwen/mdc/collect/job/ProductionTimeCacheXxlJob.java
@@ -22,7 +22,7 @@ @Autowired private TimeSliceCache timeSliceCache; @XxlJob("productionTimeCacheJobHandler") @XxlJob("prodCalendarTimeCacheJobHandler") public ReturnT<String> productionTimeCacheJobHandler(String param) throws Exception { LocalDate targetDate = LocalDate.now().plusDays(1L); if (Func.isNotEmpty(param)) {