src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -400,7 +400,10 @@ // 订单明细数量校验 OrderDetl orderDetl = orderDetlService.selectItem(order.getId(), elem.getMatnr(), elem.getBatch()); if (Cools.isEmpty(orderDetl)) { throw new CoolException("该单据中未找到对应物料明细"); orderDetl = orderDetlService.selectItem(order.getId(), elem.getMatnr(), null); if (Cools.isEmpty(orderDetl)){ throw new CoolException("该单据中未找到对应物料明细"); } } if (Cools.isEmpty(codeDataParam.getQuality())) { throw new CoolException("条码未返回质量状态");