src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -418,7 +418,8 @@ String orderNo = taskDto.getLocDtos().get(0).getOrderNo(); // OrderPakout orderPakout = orderPakOutService.selectByNo(orderNo); int ioType = (taskDto.isAll() ? 101 : 103); // int ioType = (taskDto.isAll() ? 101 : 103); int ioType = 103; if (ioType == 101) { boolean DiffQty = taskDto.getLocDtos().stream().allMatch(locDto -> locDetlService.selectOne(new EntityWrapper<LocDetl>()