From ad876fd1256158b73e8f39d1e2d0739edabd011f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 14 十一月 2023 15:50:47 +0800
Subject: [PATCH] 根据用户获取用户关联客户的过滤条件

---
 WebAPI/Controllers/MateOutController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/MateOutController.cs b/WebAPI/Controllers/MateOutController.cs
index c379f25..3cb7c26 100644
--- a/WebAPI/Controllers/MateOutController.cs
+++ b/WebAPI/Controllers/MateOutController.cs
@@ -2196,11 +2196,11 @@
         #region  浜х嚎鏌ヨ
         [Route("MaterOutEntryReport/Gy_SourceList")]
         [HttpGet]
-        public object Gy_SourceList(string HOrgid)
+        public object Gy_SourceList(string HOrgid,string sWhere)
         {
             try
             {
-                string sql1 = string.Format("select hitemid,hnumber,hname from Gy_Source where HUSEORGID="+ HOrgid + " order by hnumber");
+                string sql1 = string.Format("select hitemid,hnumber,hname from Gy_Source where HUSEORGID="+ HOrgid + " "+ sWhere + " order by hnumber");
 
                 ds = oCN.RunProcReturn(sql1, "Gy_Source");
 

--
Gitblit v1.9.1