zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/MobileServiceImpl.java
@@ -515,7 +515,7 @@ throw new CoolException("订单明细不存在!!"); } } else { //部分拣货 byId.setQty(order.getWorkQty() + byId.getQty()); byId.setQty(Math.round((order.getWorkQty() + byId.getQty()) * 1000) / 1000.0); byId.setWorkQty(0.0); if (!orderDetlService.updateById(byId)) { throw new CoolException("部分拣料明细更新失败!!");