mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
5.0.5.4-preview-02
This commit is contained in:
parent
7f3cb6eb7a
commit
c958f5995f
@ -39,7 +39,8 @@ namespace SqlSugar
|
||||
{
|
||||
exp = expression;
|
||||
type = entityType;
|
||||
IsJoinQuery = isJoinOn;
|
||||
base.IsJoinQuery = isJoinOn;
|
||||
this.IsJoinQuery = isJoinOn;
|
||||
}
|
||||
|
||||
private new string FilterName { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user