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.setPlanQuantity(planQuantity);
wmsSellOutEmbryo1.setId(IdUtils.fastSimpleUUID());
wmsSellOutEmbryoMapper.insertWmsSellOutEmbryoOrder(wmsSellOutEmbryo);
wmsSellOutEmbryoMapper.insertWmsSellOutEmbryoOrder(wmsSellOutEmbryo1);
return result;
}else {
wmsSellOutEmbryo1.setStockOrder("BH"+stock);

Loading…
Cancel
Save