库存调整记录用户名字修改

This commit is contained in:
zhou-hongcheng
2026-03-14 14:04:25 +08:00
parent 7fac8be315
commit 5eaa77e6eb
@@ -846,7 +846,6 @@ public class StockShelfOrderDomainService {
inventoryAdjustmentRecord.setInventoryBeforeQuantity(oldInventoryQuantity);
inventoryAdjustmentRecord.setInventoryAfterQuantity(newInventoryQuantity);
inventoryAdjustmentRecord.setCreateBy(loginUser.getUserid());
inventoryAdjustmentRecord.setCreateByName(loginUser.getUsername());
inventoryAdjustmentRecord.setCreateTime(new Date());
inventoryAdjustmentRecord.setNetWeight(BigDecimal.ZERO );
inventoryAdjustmentRecord.setGrossWeight(BigDecimal.ZERO);