From 41bb4584cc8d1f8b63f8bfc6e9b96d69ea849d7f Mon Sep 17 00:00:00 2001 From: majian <780924089@qq.com> Date: Tue, 16 Jul 2024 09:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E9=80=81=E7=BA=BF=E4=BF=A1=E5=8F=B7?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs index 8efaf539..9a8fb819 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WareHouseService.cs @@ -657,10 +657,10 @@ namespace Tnb.WarehouseMgr Logger.Information($"【Check】 判断KIVA是否可以{action} {code}"); Dictionary putdic = new Dictionary(); Dictionary getdic = new Dictionary(); - putdic.Add("ZSSSXCTU02", new string[] { "YTCS", "左输送线下层允许入箱4", }); + putdic.Add("ZSSSXCTU02", new string[] { "YTCS", "右输送线下层允许入箱4", }); putdic.Add("ZSSSXCTU01", new string[] { "YTCS", "左输送线下层允许入箱2", }); - getdic.Add("ZSSSXCTU01", new string[] { "YTCS", "输送线上层允许出箱1" }); - getdic.Add("ZSSSXCTU02", new string[] { "YTCS", "输送线上层允许出箱3" }); + getdic.Add("ZSSSXCTU01", new string[] { "YTCS", "左输送线上层允许出箱1" }); + getdic.Add("ZSSSXCTU02", new string[] { "YTCS", "右输送线上层允许出箱3" }); #region 注塑车间点位 putdic.Add("ZS-C01-1", new string[] { "hxjC", "A2允许入空箱", });