wms生成备货单其中一个分支修改插入的对象

master
mengjiao 2 months ago
parent 18788fd557
commit dbeac951fc

@ -191,7 +191,7 @@ public class WmsSellOutEmbryoServiceImpl implements IWmsSellOutEmbryoService {
wmsSellOutEmbryo1.setWaCode(wmsFpStorageNewsSn.getWaCode()); wmsSellOutEmbryo1.setWaCode(wmsFpStorageNewsSn.getWaCode());
wmsSellOutEmbryo1.setPlanQuantity(planQuantity); wmsSellOutEmbryo1.setPlanQuantity(planQuantity);
wmsSellOutEmbryo1.setId(IdUtils.fastSimpleUUID()); wmsSellOutEmbryo1.setId(IdUtils.fastSimpleUUID());
wmsSellOutEmbryoMapper.insertWmsSellOutEmbryoOrder(wmsSellOutEmbryo); wmsSellOutEmbryoMapper.insertWmsSellOutEmbryoOrder(wmsSellOutEmbryo1);
return result; return result;
}else { }else {
wmsSellOutEmbryo1.setStockOrder("BH"+stock); wmsSellOutEmbryo1.setStockOrder("BH"+stock);

Loading…
Cancel
Save