From 96d14882f480a9596cd6e06b7d8bd205acf8a15c Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 16 四月 2026 11:18:25 +0800
Subject: [PATCH] 新增扫码受托加工入库所需调用方法,新增受托入库、受托出库相关系统参数

---
 WebAPI/Controllers/BaseSet/Gy_UnitController.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WebAPI/Controllers/BaseSet/Gy_UnitController.cs b/WebAPI/Controllers/BaseSet/Gy_UnitController.cs
index 93d1113..0e2062e 100644
--- a/WebAPI/Controllers/BaseSet/Gy_UnitController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_UnitController.cs
@@ -49,11 +49,11 @@
                 }
 
                 string sql1 = string.Format(@"select * from h_v_Gy_UnitList where 缁勭粐鍚嶇О='" + Organization + "'");
-                if (oSystemParameter.omodel.WMS_CampanyName.Contains("鍥涚淮灏�"))
-                {
-                     sql1 = string.Format(@"select * from h_v_Gy_UnitList where 1=1 ");
+                //if (oSystemParameter.omodel.WMS_CampanyName.Contains("鍥涚淮灏�"))
+                //{
+                //     sql1 = string.Format(@"select * from h_v_Gy_UnitList where 1=1 ");
 
-                }
+                //}
                 if (sWhere == null || sWhere.Equals(""))
                 {
                     ds = oCN.RunProcReturn(sql1 + sWhere + "order by 璁¢噺鍗曚綅浠g爜 ", "h_v_Gy_UnitList");

--
Gitblit v1.9.1