Add manty to many filter bug

This commit is contained in:
sunkaixuan
2022-09-17 15:27:42 +08:00
parent 5399ad3527
commit 71e7027279

View File

@@ -211,6 +211,7 @@ namespace SqlSugar
} }
public ISugarQueryable<T> Filter(Type type) public ISugarQueryable<T> Filter(Type type)
{ {
this.Context.InitMappingInfo(type);
var whereString= QueryBuilder.GetFilters(type); var whereString= QueryBuilder.GetFilters(type);
if (whereString.HasValue()) if (whereString.HasValue())
{ {