mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update db.QueryableFilterIF
This commit is contained in:
@@ -112,7 +112,7 @@ namespace SqlSugar
|
||||
this.Add(tableFilter);
|
||||
return this;
|
||||
}
|
||||
public QueryFilterProvider AddTableFilterIF<T>(bool isAppendFilter,Expression<Func<T, bool>> expression, FilterJoinPosition filterJoinType = FilterJoinPosition.On) where T : class, new()
|
||||
public QueryFilterProvider AddTableFilterIF<T>(bool isAppendFilter,Expression<Func<T, bool>> expression, FilterJoinPosition filterJoinType = FilterJoinPosition.On)
|
||||
{
|
||||
if (isAppendFilter)
|
||||
{
|
||||
|
Reference in New Issue
Block a user