mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update queryfilter
This commit is contained in:
@@ -381,6 +381,10 @@ namespace SqlSugar
|
||||
}
|
||||
public ISugarQueryable<T> Filter(Type type)
|
||||
{
|
||||
if (type == null)
|
||||
{
|
||||
return this;
|
||||
}
|
||||
this.Context.InitMappingInfo(type);
|
||||
var whereString= QueryBuilder.GetFilters(type);
|
||||
if (whereString.HasValue())
|
||||
|
Reference in New Issue
Block a user