gongchunyi
21 小时以前 7f7993e0fde1e08bfd37982ab6eb9e5a08545b2d
src/main/java/com/ruoyi/productionPlan/task/ProductionPlanTask.java
@@ -23,7 +23,7 @@
    @Autowired
    private ProductionPlanService productionPlanService;
    @Scheduled(cron = "0 0 * * * ?")
    @Scheduled(cron = "0 0 0 * * ?")
    public void syncProdDataJob() {
        productionPlanService.syncProdDataJob();
    }