Commit 022eef9bbab03ffe26b62cae91fc1dc8d01fa9f2

Authored by 周鸿
2 parents 2eef03ec 02bc98f0

Merge remote-tracking branch 'origin/develop' into develop

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())
... ...