5.0.5.4-preview-02

This commit is contained in:
sunkaixuna 2022-01-21 11:08:19 +08:00
parent 7f3cb6eb7a
commit c958f5995f

View File

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