src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -243,7 +243,7 @@ } List<String> orderBoxNoList = new ArrayList<>(); for (OrderDetl orderDetl: orderDetls){ if (orderDetl.getWorkQty()==0){ if (orderDetl.getWorkQty().equals(0.0)){ orderBoxNoList.add(orderDetl.getBatch()); } } @@ -255,7 +255,7 @@ if (!orderBoxNoList.contains(matList.getBatch())){ throw new CoolException("单号:"+param.getOrderNo()+" 箱号:"+matList.getBatch()+"不属于此订单或者已经入库"); }else { matListBoxNoList.add(matList.getBoxNo()); matListBoxNoList.add(matList.getBatch()); } } List<OrderDetl> orderDetlList = new ArrayList<>();