From ec02022018c44e794fa53e40daa96321daaae4fc Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 02 六月 2025 15:21:30 +0800 Subject: [PATCH] 清理 --- DevApp/Gs.DevApp/UserControl/ShowFilter.cs | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/ShowFilter.cs b/DevApp/Gs.DevApp/UserControl/ShowFilter.cs index 37a9fb8..8a1957c 100644 --- a/DevApp/Gs.DevApp/UserControl/ShowFilter.cs +++ b/DevApp/Gs.DevApp/UserControl/ShowFilter.cs @@ -1,9 +1,4 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Data; -using System.Text; -using System.Windows.Forms; -using DevExpress.XtraEditors; +锘縰sing DevExpress.XtraEditors; using DevExpress.XtraEditors.Controls; using DevExpress.XtraGrid.Columns; using DevExpress.XtraGrid.Views.Grid; @@ -11,6 +6,11 @@ using Gs.DevApp.ToolBox; using Newtonsoft.Json; using Newtonsoft.Json.Linq; +using System; +using System.Collections.Generic; +using System.Data; +using System.Text; +using System.Windows.Forms; namespace Gs.DevApp.UserControl { @@ -104,9 +104,10 @@ .ToString(); var _fieldType = gridView1.GetRowCellValue(i, "fieldType") .ToString(); + //濡傛灉鏄痩ike 瑕佸姞涓婄櫨鍒嗗彿 if (_fileWhere.Contains("like")) { - _fileWhere = " like "; + _fileWhere = "like"; _fieldValue = "%" + _fieldValue + "%"; } list.Add(new FilterEntity(_fieId, _fileIdDec, _fileWhere, -- Gitblit v1.9.3