update dapper动态条件查询
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Ewide.Core.Extension.DataFilter.WebPage
|
||||
#region 私有方法
|
||||
private string GetWhereSqlBuild(SearchInfo searchInfo)
|
||||
{
|
||||
string sqlT = "`{0}`{1}{2}";
|
||||
string sqlT = "`{0}` {1} {2}";
|
||||
List<string> whereList = new List<string>();
|
||||
foreach (var elem in searchInfo.Value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user