From 4b4afa78f556199e5778d5cac88d3d6de6d8c1da Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-JIE70N9> Date: 星期四, 12 六月 2025 10:57:17 +0800 Subject: [PATCH] 修改测试问题 --- Admin.NET/WCS.Application/Util/AGVStorageUtil.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin.NET/WCS.Application/Util/AGVStorageUtil.cs b/Admin.NET/WCS.Application/Util/AGVStorageUtil.cs index 2177065..2ab7192 100644 --- a/Admin.NET/WCS.Application/Util/AGVStorageUtil.cs +++ b/Admin.NET/WCS.Application/Util/AGVStorageUtil.cs @@ -99,16 +99,16 @@ case "STORAGE" when type2 == "SITE": { taskModle = "FJ"; - if (locate1.AreaNo == "B10") - { - taskModle = "DPJRK"; - } + } break; case "SITE" when type2 == "STORAGE": { - taskModle = "YCRK"; - + taskModle = "YCRK"; + if (locate1.AreaNo == "B10") + { + taskModle = "DPJRK"; + } } break; case "SITE" when type2 == "SITE": -- Gitblit v1.8.0