From 80bf2c14e7dccc5616e0bbc37c00039c23a37d74 Mon Sep 17 00:00:00 2001 From: zds <2388969634@qq.com> Date: Sun, 15 Jan 2023 13:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nl/pda/st/out/service/impl/HandXCOutIvtServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/out/service/impl/HandXCOutIvtServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/out/service/impl/HandXCOutIvtServiceImpl.java index e68400c9..dd6030ad 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/out/service/impl/HandXCOutIvtServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/pda/st/out/service/impl/HandXCOutIvtServiceImpl.java @@ -152,6 +152,8 @@ public class HandXCOutIvtServiceImpl implements HandXCOutIvtService { if (!CollectionUtils.isEmpty(bucketuniques)){ Map 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());