This commit is contained in:
zds
2023-01-15 13:55:14 +08:00
parent b6b0a4f55e
commit 80bf2c14e7

View File

@@ -152,6 +152,8 @@ public class HandXCOutIvtServiceImpl implements HandXCOutIvtService {
if (!CollectionUtils.isEmpty(bucketuniques)){
Map<String,String> updateParam = new HashMap<>();
updateParam.put("status","04");
updateParam.put("storagevehicle_id","");
updateParam.put("storagevehicle_code","");
updateParam.put("outstor_optid",currentUserId+"");
updateParam.put("outstor_optname",userDto.getNickName());
updateParam.put("outstor_time",DateUtil.now());