zss
89 分钟以前 413dd1a6ef413a3511854d248e83fdfceb6ec0d3
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();
    }