From bc1705c978d6afd4c8ba3b4db538896a29d58603 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 22 三月 2025 13:05:06 +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