src/main/java/zy/cloud/wms/common/service/erp/ErpScheduler.java
@@ -217,7 +217,7 @@ /** * 商品下载 */ @Scheduled(cron = "0/5 * * * * ? ") @Scheduled(cron = "0 */2 * * * ? ") public void updateMatExecute(){ try { Map<String, Object> param = new HashMap<>(); @@ -425,7 +425,7 @@ /** * 持久化销售订单 */ @Scheduled(cron = "0/5 * * * * ? ") @Scheduled(cron = "0 */1 * * * ?") @Transactional // @PostConstruct public void getOrdersExecute(){ @@ -602,7 +602,10 @@ .doPost(); try { docLogService.insertBatch(docLogs); for (DocLog docLog : docLogs) { docLogService.insert(docLog); } } catch (Exception e) { log.error(e.getMessage()); }