From 21b64f139f2c1859fd440dd435c2ad04100eb2bd Mon Sep 17 00:00:00 2001 From: gengby <858962040@qq.com> Date: Wed, 1 Feb 2023 08:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nl/acs/ext/wms/service/impl/WmsToAcsServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/acs/nladmin-system/src/main/java/org/nl/acs/ext/wms/service/impl/WmsToAcsServiceImpl.java b/acs/nladmin-system/src/main/java/org/nl/acs/ext/wms/service/impl/WmsToAcsServiceImpl.java index c88148459..2e1fe6208 100644 --- a/acs/nladmin-system/src/main/java/org/nl/acs/ext/wms/service/impl/WmsToAcsServiceImpl.java +++ b/acs/nladmin-system/src/main/java/org/nl/acs/ext/wms/service/impl/WmsToAcsServiceImpl.java @@ -646,9 +646,6 @@ public class WmsToAcsServiceImpl implements WmsToAcsService { jo.put("vehicle_code", vehicle_code); jo.put("vehicle_type", vehicle_type); jo.put("storage_task_type", storage_task_type); - if (StrUtil.equals("4",task_type)){ - agv_system_type = "1"; - } jo.put("agv_system_type", agv_system_type); jo.put("oven_time", (int) Math.ceil(oven_time)); jo.put("remark", remark);