opt:优化入库时间显示
This commit is contained in:
@@ -420,6 +420,9 @@ public class RawAssistIStorServiceImpl extends ServiceImpl<IOStorInvMapper, IOSt
|
||||
//更新组盘表状态
|
||||
mdPbGroupplateService.update(new LambdaUpdateWrapper<GroupPlate>()
|
||||
.set(GroupPlate::getStatus, IOSEnum.GROUP_PLATE_STATUS.code("入库"))
|
||||
.set(GroupPlate::getUpdate_time, now)
|
||||
.set(GroupPlate::getUpdate_id, currentUserId)
|
||||
.set(GroupPlate::getUpdate_name, nickName)
|
||||
.eq(GroupPlate::getStoragevehicle_code, map.get("storagevehicle_code"))
|
||||
.eq(GroupPlate::getStatus,IOSEnum.GROUP_PLATE_STATUS.code("组盘")));
|
||||
// 更新分配明细表
|
||||
|
||||
Reference in New Issue
Block a user