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