diff --git a/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Entities/SqlFilter.cs b/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Entities/SqlFilter.cs index 593e31c13..ebabb25af 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Entities/SqlFilter.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Entities/SqlFilter.cs @@ -39,7 +39,8 @@ namespace SqlSugar { exp = expression; type = entityType; - IsJoinQuery = isJoinOn; + base.IsJoinQuery = isJoinOn; + this.IsJoinQuery = isJoinOn; } private new string FilterName { get; set; }