mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update query filter
This commit is contained in:
@@ -315,12 +315,12 @@ namespace SqlSugar
|
||||
{
|
||||
this.QueryBuilder.RemoveFilters = types;
|
||||
this.Filter(null, true);
|
||||
this.QueryBuilder.IsDisabledGobalFilter = false;
|
||||
return this;
|
||||
}
|
||||
public ISugarQueryable<T> ClearFilter<FilterType1>()
|
||||
{
|
||||
this.ClearFilter(typeof(FilterType1));
|
||||
this.QueryBuilder.IsDisabledGobalFilter = false;
|
||||
return this;
|
||||
}
|
||||
public ISugarQueryable<T> ClearFilter<FilterType1, FilterType2>()
|
||||
|
Reference in New Issue
Block a user