mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Add manty to many filter bug
This commit is contained in:
@@ -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())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user