厨房首页 设备问题修复

This commit is contained in:
liux 2025-07-11 16:55:46 +08:00
parent 41fbb4ddbe
commit 0bf30f59fa
1 changed files with 1 additions and 0 deletions

View File

@ -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());