Commit 022eef9bbab03ffe26b62cae91fc1dc8d01fa9f2
Merge remote-tracking branch 'origin/develop' into develop
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/huaheng/pc/shipment/shipmentContainerHeader/service/ShipmentContainerHeaderServiceImpl.java
... | ... | @@ -128,7 +128,7 @@ public class ShipmentContainerHeaderServiceImpl extends ServiceImpl<ShipmentCont |
128 | 128 | if(shipmentDetail.getShipQty().compareTo(new BigDecimal("0")) <= 0){ |
129 | 129 | throw new ServiceException("出库数量或者出库重量必须大于0"); |
130 | 130 | } |
131 | - checkIsShipmentContainer(shipmentDetail); | |
131 | + //checkIsShipmentContainer(shipmentDetail); | |
132 | 132 | //电池类检测字段 |
133 | 133 | // if(shipmentDetail.getMaterialIsBattery()==1){ |
134 | 134 | // if(StringUtils.isEmpty(shipmentDetail.getEchelonApplicationField()) |
... | ... |