lu
2025-06-02 ec02022018c44e794fa53e40daa96321daaae4fc
DevApp/Gs.DevApp/UserControl/ShowFilter.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using 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();
                //如果是like 要加上百分号
                if (_fileWhere.Contains("like"))
                {
                    _fileWhere = " like ";
                    _fileWhere = "like";
                    _fieldValue = "%" + _fieldValue + "%";
                }
                list.Add(new FilterEntity(_fieId, _fileIdDec, _fileWhere,