gongchunyi
12 小时以前 346d463346701e8714b3a3a3ebb21e21960b5484
src/main/java/com/ruoyi/production/task/ProductMaterialTask.java
@@ -20,7 +20,7 @@
    @Autowired
    private ProductMaterialService productMaterialService;
    @Scheduled(cron = "0 0 * * * ?")
    @Scheduled(cron = "0 0 0 * * ?")
    public void syncProdDataJob() {
        productMaterialService.syncProductMaterialJob();
    }