gongchunyi
3 天以前 f0be60fb93e662bf6b8147b9f5f9c5a9b3e0e8b9
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();
    }