Synchronization code

This commit is contained in:
sunkaixuan
2023-03-08 22:16:32 +08:00
parent 7f59e40189
commit cb53daec39

View File

@@ -320,6 +320,7 @@ namespace SqlSugar
public ISugarQueryable<T> ClearFilter<FilterType1>()
{
this.ClearFilter(typeof(FilterType1));
this.QueryBuilder.IsDisabledGobalFilter = false;
return this;
}
public ISugarQueryable<T> ClearFilter<FilterType1, FilterType2>()