项目代码/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) {