diff --git a/op-modules/op-wms/src/main/java/com/op/wms/service/impl/WmsSellOutEmbryoServiceImpl.java b/op-modules/op-wms/src/main/java/com/op/wms/service/impl/WmsSellOutEmbryoServiceImpl.java index 92636a45e..bd6ff541a 100644 --- a/op-modules/op-wms/src/main/java/com/op/wms/service/impl/WmsSellOutEmbryoServiceImpl.java +++ b/op-modules/op-wms/src/main/java/com/op/wms/service/impl/WmsSellOutEmbryoServiceImpl.java @@ -186,7 +186,7 @@ public class WmsSellOutEmbryoServiceImpl implements IWmsSellOutEmbryoService { WmsSellOutEmbryo wmsSellOutEmbryo=new WmsSellOutEmbryo(); wmsSellOutEmbryo.setLotNumber(shipmentTDO.getBatch());//批次号---唯一 List wmsSellOutEmbryoList= wmsSellOutEmbryoMapper.selectWmsSellOutEmbryoList(wmsSellOutEmbryo); - if (wmsSellOutEmbryoList.size()>0){ + if (wmsSellOutEmbryoList.size()>0||!shipmentTDO.getShippingPointCode().equals("1000")){ continue; }