Merge remote-tracking branch 'origin/master'

master
zhaoxiaolin 2 months ago
commit 10919af34a

@ -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