优化
This commit is contained in:
@@ -152,6 +152,8 @@ public class HandXCOutIvtServiceImpl implements HandXCOutIvtService {
|
|||||||
if (!CollectionUtils.isEmpty(bucketuniques)){
|
if (!CollectionUtils.isEmpty(bucketuniques)){
|
||||||
Map<String,String> updateParam = new HashMap<>();
|
Map<String,String> updateParam = new HashMap<>();
|
||||||
updateParam.put("status","04");
|
updateParam.put("status","04");
|
||||||
|
updateParam.put("storagevehicle_id","");
|
||||||
|
updateParam.put("storagevehicle_code","");
|
||||||
updateParam.put("outstor_optid",currentUserId+"");
|
updateParam.put("outstor_optid",currentUserId+"");
|
||||||
updateParam.put("outstor_optname",userDto.getNickName());
|
updateParam.put("outstor_optname",userDto.getNickName());
|
||||||
updateParam.put("outstor_time",DateUtil.now());
|
updateParam.put("outstor_time",DateUtil.now());
|
||||||
|
|||||||
Reference in New Issue
Block a user