mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
Add manty to many filter bug
This commit is contained in:
parent
5399ad3527
commit
71e7027279
@ -211,6 +211,7 @@ namespace SqlSugar
|
||||
}
|
||||
public ISugarQueryable<T> Filter(Type type)
|
||||
{
|
||||
this.Context.InitMappingInfo(type);
|
||||
var whereString= QueryBuilder.GetFilters(type);
|
||||
if (whereString.HasValue())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user