gongchunyi
昨天 eaf6548902e9472fc9b876d531db8508e16c4f2f
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();
    }