src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -177,7 +177,8 @@ } Double anfme = orderDetl.getAnfme(); if ( anfme > (anfme - sum)) { Double workQty = orderDetl.getWorkQty(); if ( anfme - (workQty+sum) < 0) { throw new CoolException("组托数量已超出订单需求量,请检查是否有其他的组托已完成"); } }