zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/timer/OrderTimer.java
@@ -31,8 +31,8 @@ @Autowired private OrderDetlFieldLogService orderDetlFieldLogService; // @Scheduled(cron = "0/3 * * * * ? ") @Transactional @Scheduled(cron = "0/3 * * * * ? ") @Transactional(rollbackFor = Exception.class) public void orderToHistory() { InterceptorIgnoreHelper.handle(IgnoreStrategy.builder().tenantLine(true).build()); try { @@ -74,7 +74,7 @@ } //删除订单明细 if (!orderDetlService.removeById(orderDetl.getId())) { if (!orderDetlService.removeById(orderDetl)) { throw new CoolException("删除订单明细失败"); } }