From 6940ba1b4fe555c94353de9d7ab6a53a6c8884bc Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期三, 03 十二月 2025 18:27:35 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~kyy/LB_MesClient

---
 DevApp/Gs.DevApp/UserControl/UcLookKw.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcLookKw.cs b/DevApp/Gs.DevApp/UserControl/UcLookKw.cs
index 0542bcf..6079dd2 100644
--- a/DevApp/Gs.DevApp/UserControl/UcLookKw.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcLookKw.cs
@@ -40,7 +40,7 @@
             lookSearchSupplier.EditValue = null;
             string _keyWhere = "";
             if (!string.IsNullOrEmpty(orgId) && !string.IsNullOrEmpty(depotId))
-                _keyWhere = " and a.FSubsidiary ='" + orgId + "' and b.depot_guid ='" + depotId + "'";
+                _keyWhere = " and a.FSubsidiary ='" + orgId + "' and a.depot_id ='" + depotId + "'";
             var pgq = new PageQueryModel(1, 999999, "b.xh", "asc", "",
                 " and is_ng='A'" + _keyWhere);
             var json = JsonConvert.SerializeObject(pgq);

--
Gitblit v1.9.3