opt:优化入库时间显示

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-08-14 16:38:02 +08:00
parent 710ead1142
commit 7c5adcb77c
3 changed files with 4 additions and 5 deletions

View File

@@ -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("组盘")));
// 更新分配明细表