mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 20:57:58 +08:00
Update split table clear filter
This commit is contained in:
parent
7a355b9ed9
commit
edd8876480
@ -1703,6 +1703,7 @@ namespace SqlSugar
|
||||
var unionall = this.Context._UnionAll(tableQueryables.ToArray());
|
||||
unionall.QueryBuilder.Includes = this.QueryBuilder.Includes;
|
||||
unionall.QueryBuilder.EntityType = typeof(T);
|
||||
unionall.QueryBuilder.IsDisabledGobalFilter = this.QueryBuilder.IsDisabledGobalFilter;
|
||||
if (unionall.QueryBuilder.Includes?.Any()==true)
|
||||
{
|
||||
unionall.QueryBuilder.NoCheckInclude = true;
|
||||
|
Loading…
Reference in New Issue
Block a user