mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
Update .net
This commit is contained in:
@@ -39,7 +39,8 @@ namespace SqlSugar
|
||||
{
|
||||
exp = expression;
|
||||
type = entityType;
|
||||
IsJoinQuery = isJoinOn;
|
||||
base.IsJoinQuery = isJoinOn;
|
||||
this.IsJoinQuery = isJoinOn;
|
||||
}
|
||||
|
||||
private new string FilterName { get; set; }
|
||||
|
Reference in New Issue
Block a user