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(); }