Update .net

This commit is contained in:
sunkaixuna
2022-01-21 11:11:42 +08:00
parent c958f5995f
commit f9491cbccd

View File

@@ -39,7 +39,8 @@ namespace SqlSugar
{ {
exp = expression; exp = expression;
type = entityType; type = entityType;
IsJoinQuery = isJoinOn; base.IsJoinQuery = isJoinOn;
this.IsJoinQuery = isJoinOn;
} }
private new string FilterName { get; set; } private new string FilterName { get; set; }