From a4f83dd248d21d347c41c9280fa93982c11eee87 Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Wed, 16 Oct 2024 13:31:59 +0800 Subject: [PATCH] =?UTF-8?q?wms=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/op/wms/service/impl/WmsSellOutEmbryoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }