src/main/java/com/zy/asrs/task/OrderSyncScheduler.java
@@ -29,7 +29,7 @@ @Autowired private ApiLogService apiLogService; @Scheduled(cron = "0 0 1 * * ? ") // @Scheduled(cron = "0 0 1 * * ? ") public void clearApiLog(){ try { apiLogService.clearWeekBefore(); @@ -38,7 +38,7 @@ } } @Scheduled(cron = "0/5 * * * * ? ") // @Scheduled(cron = "0/5 * * * * ? ") @Async("orderThreadPool") public void completeAndReport(){ String erpReport = Parameter.get().getErpReport();