Browse Source

Update .net

pull/12/head
sunkaixuna 3 years ago
parent
commit
f9491cbccd
  1. 3
      Src/Asp.Net/SqlSugar/Entities/SqlFilter.cs

3
Src/Asp.Net/SqlSugar/Entities/SqlFilter.cs

@ -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…
Cancel
Save