From 9f02532892e36102b63d3f22a9251a3024c8fd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Thu, 2 Apr 2026 09:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=86=BB=E7=BB=93=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=B0=83=E6=95=B4=E8=AE=B0=E5=BD=95;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/InventoryAdjustmentRecordDomainService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mhd_wms/src/main/java/com/mhd/wms/domain/inventoryAdjustmentRecord/service/InventoryAdjustmentRecordDomainService.java b/mhd_wms/src/main/java/com/mhd/wms/domain/inventoryAdjustmentRecord/service/InventoryAdjustmentRecordDomainService.java index b954b44b4..2c4020e41 100644 --- a/mhd_wms/src/main/java/com/mhd/wms/domain/inventoryAdjustmentRecord/service/InventoryAdjustmentRecordDomainService.java +++ b/mhd_wms/src/main/java/com/mhd/wms/domain/inventoryAdjustmentRecord/service/InventoryAdjustmentRecordDomainService.java @@ -278,6 +278,7 @@ public class InventoryAdjustmentRecordDomainService { public Boolean inventoryFrozenForAll(InventoryAdjustmentRecordDO inventoryAdjustmentRecordDO) { InventoryAdjustmentRecordDO inventoryAdjustmentRecord = new InventoryAdjustmentRecordDO(); LoginUser loginUser = SecurityUtils.getLoginUser(); + inventoryAdjustmentRecord.setAdjustAction("库存冻结"); inventoryAdjustmentRecord.setOrganizationId(loginUser.getUserPo().getOrganizationId()); inventoryAdjustmentRecord.setOrganizationName(loginUser.getUserPo().getOrganizationName()); inventoryAdjustmentRecord.setTopOrganizationId(loginUser.getUserPo().getTopOrganizationId()); @@ -345,4 +346,4 @@ public class InventoryAdjustmentRecordDomainService { inventoryStandingDetailDO.setMaterialQuantity(adjustQuantity); inventoryStandingDetailService.batchInsert(Collections.singletonList(inventoryStandingDetailDO)); } -} +} \ No newline at end of file