From 09b9f82bc99868fe0ea90525d0b732618c5495cb Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 22 三月 2025 12:41:19 +0800
Subject: [PATCH] 版面

---
 DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
index c610dde..0225218 100644
--- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -1671,13 +1671,10 @@
             btnChkIco.Location = new Point(fm.ClientSize.Width - btnChkIco.Width - 20, 80); // 璺濈椤堕儴10鍍忕礌
         }
         #region 璁剧疆鎼滅储
-        public static string getQueryWord(string str)
-        {
-            return str.ToUpper().Replace("query_".ToUpper(), "");
-        }
+    
         public static FilterEntity getFilterEntityWord(string id, string idDec, string val)
         {
-            return new FilterEntity(getQueryWord(id), idDec + ")", " like ", "鍖呭惈)", "%" + val + "%");
+            return new FilterEntity(id, idDec + ")", " like ", "鍖呭惈)", "%" + val + "%");
         }
         public static List<FilterEntity> GetDilter(GridColumnCollection Columns, GridView gridView1 = null)
         {

--
Gitblit v1.9.3