From 85321209305d0188314427ec2e392b47a48b28eb Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期四, 10 七月 2025 08:39:16 +0800 Subject: [PATCH] 接口属性类型变更 --- Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs index 0322da7..361b515 100644 --- a/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs +++ b/Wms/WMS.BLL/BllSoServer/ExportNoticeServer.cs @@ -3034,7 +3034,7 @@ foreach (var item in list) { var outModeLocate = ""; - if (outMode == "1") + if (outMode == "17") { if (i < outLocatelist1.Count) { @@ -3043,11 +3043,11 @@ else { var j = i % outLocatelist1.Count; - + outModeLocate = outLocatelist1[j].LocatNo; } } - else if(outMode == "2") + else if (outMode == "18") { if (i < outLocatelist1.Count) { @@ -3060,6 +3060,10 @@ outModeLocate = outLocatelist2[j].LocatNo; } } + else + { + throw new Exception("鍑哄簱鍙e伐浣嶅紓甯�"); + } var taskNoStr = ""; -- Gitblit v1.8.0