yangys
2024-09-04 910131c0e5271f018c516480cfd926f8660d2dbb
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)) {