mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 01:46:18 +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;
|
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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user