厨房首页 设备问题修复
This commit is contained in:
parent
41fbb4ddbe
commit
0bf30f59fa
|
|
@ -176,6 +176,7 @@ public class RefundGoodsServiceImpl implements IRefundGoodsService {
|
||||||
imsOutInventoryDetailAddList.add(imsOutInventoryDetailAdd);
|
imsOutInventoryDetailAddList.add(imsOutInventoryDetailAdd);
|
||||||
}
|
}
|
||||||
imsOutInventoryAdd.setImsOutInventoryDetailAddList(imsOutInventoryDetailAddList);
|
imsOutInventoryAdd.setImsOutInventoryDetailAddList(imsOutInventoryDetailAddList);
|
||||||
|
imsOutInventoryAdd.setTotalNum(content.getRefundTotalNum());
|
||||||
drpOutInventoryService.insertImsOutInventory( imsOutInventoryAdd);
|
drpOutInventoryService.insertImsOutInventory( imsOutInventoryAdd);
|
||||||
|
|
||||||
return (new RefundGoodsAddVO()).setRefundGoodsId(drpRefundGoods.getRefundGoodsId());
|
return (new RefundGoodsAddVO()).setRefundGoodsId(drpRefundGoods.getRefundGoodsId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue