wms定时任务2

master
mengjiao 10 months ago
parent a482c1b621
commit a4f83dd248

@ -186,7 +186,7 @@ public class WmsSellOutEmbryoServiceImpl implements IWmsSellOutEmbryoService {
WmsSellOutEmbryo wmsSellOutEmbryo=new WmsSellOutEmbryo();
wmsSellOutEmbryo.setLotNumber(shipmentTDO.getBatch());//批次号---唯一
List<WmsSellOutEmbryo> wmsSellOutEmbryoList= wmsSellOutEmbryoMapper.selectWmsSellOutEmbryoList(wmsSellOutEmbryo);
if (wmsSellOutEmbryoList.size()>0){
if (wmsSellOutEmbryoList.size()>0||!shipmentTDO.getShippingPointCode().equals("1000")){
continue;
}

Loading…
Cancel
Save