src/main/java/zy/cloud/wms/common/service/erp/ErpScheduler.java
@@ -271,7 +271,7 @@ /** * 持久化销售订单 */ @Scheduled(cron = "0/45 * * * * ? ") @Scheduled(cron = "0/5 * * * * ? ") @Transactional // @PostConstruct public void getOrdersExecute(){ @@ -420,7 +420,7 @@ /** * 库存上传 */ @Scheduled(cron = "0/15 * * * * ? ") // @Scheduled(cron = "0/15 * * * * ? ") @GetMapping("test2") public void uploadStockExecute(){ try {