dengjunjie
2025-04-03 1e12c140c041c0cb52306a0db9ff0ba18354d0d8
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseModels/PageDataOptions.cs
@@ -53,7 +53,6 @@
                {
                    continue;
                }
                PropertyInfo? property = entityProperties.Where(c => c.Name.ToUpper() == searchParametersList[i].Name.ToUpper()).FirstOrDefault();
                if (property == null) continue;
@@ -69,6 +68,10 @@
                    {
                        where += "(";
                    }
                    if (searchParametersList[i].Name == "column")
                    {
                        searchParametersList[i].Name = '"' + searchParametersList[i].Name + '"';
                    }
                    LinqExpressionType expressionType = searchParametersList[i].DisplayType.GetLinqCondition();
                    if (expressionType == LinqExpressionType.Equal)
                    {