From 4de1b4fcd9b116573dc5c9ac98747f14c90d1ba3 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期一, 26 五月 2025 08:53:01 +0800
Subject: [PATCH] 更新wsdl文件名称

---
 core/WMSCore.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/WMSCore.cs b/core/WMSCore.cs
index 4b2809d..e37ee07 100644
--- a/core/WMSCore.cs
+++ b/core/WMSCore.cs
@@ -50,7 +50,7 @@
                         if (startloc != null )//&&  
                         {
                             //缁堢偣璐т綅
-                            var endloc = db.Queryable<Location>().Where(it => it.S_AREA_CODE == "QYQXHQ" && it.N_LOCK_STATE == 0 && it.N_CURRENT_NUM == 0).First();
+                            var endloc = db.Queryable<Location>().Where(it => it.S_AREA_CODE == "AGVXHQ" && it.N_LOCK_STATE == 0 && it.N_CURRENT_NUM == 0).First();
 
                            // var endloc = db.Queryable<Location>().Where(it => it.S_CODE == item.S_END_LOC).First();
                             if (endloc != null )

--
Gitblit v1.9.1