库存调整记录用户名字修改
This commit is contained in:
-1
@@ -846,7 +846,6 @@ public class StockShelfOrderDomainService {
|
|||||||
inventoryAdjustmentRecord.setInventoryBeforeQuantity(oldInventoryQuantity);
|
inventoryAdjustmentRecord.setInventoryBeforeQuantity(oldInventoryQuantity);
|
||||||
inventoryAdjustmentRecord.setInventoryAfterQuantity(newInventoryQuantity);
|
inventoryAdjustmentRecord.setInventoryAfterQuantity(newInventoryQuantity);
|
||||||
inventoryAdjustmentRecord.setCreateBy(loginUser.getUserid());
|
inventoryAdjustmentRecord.setCreateBy(loginUser.getUserid());
|
||||||
inventoryAdjustmentRecord.setCreateByName(loginUser.getUsername());
|
|
||||||
inventoryAdjustmentRecord.setCreateTime(new Date());
|
inventoryAdjustmentRecord.setCreateTime(new Date());
|
||||||
inventoryAdjustmentRecord.setNetWeight(BigDecimal.ZERO );
|
inventoryAdjustmentRecord.setNetWeight(BigDecimal.ZERO );
|
||||||
inventoryAdjustmentRecord.setGrossWeight(BigDecimal.ZERO);
|
inventoryAdjustmentRecord.setGrossWeight(BigDecimal.ZERO);
|
||||||
|
|||||||
Reference in New Issue
Block a user