src/main/java/com/zy/asrs/task/InboundCrnMoveDispatchScheduler.java
@@ -44,7 +44,7 @@ this.crnOperateProcessUtils = crnOperateProcessUtils; } @Scheduled(fixedDelay = 1000L) // @Scheduled(fixedDelay = 1000L) public void dispatchInboundCrnMove() { List<BasCrnp> basCrnps = basCrnpService.list(new QueryWrapper<BasCrnp>() .orderByAsc("crn_no"));