上架增加库存默认修改时间
This commit is contained in:
+5
@@ -728,6 +728,11 @@ public class StockShelfOrderDomainService {
|
||||
materialInventory.setCreateByName(loginUser.getUsername());
|
||||
materialInventory.setCreateTime(new Date());
|
||||
|
||||
// 新增库存时同步更新时间(update_time)
|
||||
materialInventory.setUpdateBy(loginUser.getUserid());
|
||||
materialInventory.setUpdateByName(loginUser.getUsername());
|
||||
materialInventory.setUpdateTime(new Date());
|
||||
|
||||
//体积 重量等
|
||||
materialInventory.setVolume(shelfMaterialDetail.getTotalVolume());
|
||||
materialInventory.setArea(shelfMaterialDetail.getTotalArea());
|
||||
|
||||
Reference in New Issue
Block a user