mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update .net
This commit is contained in:
@@ -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; }
|
||||||
|
Reference in New Issue
Block a user