Update README.md

This commit is contained in:
果糖网 2021-10-10 23:24:42 +08:00 committed by GitHub
parent afd9e0ffc1
commit c227b6de0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ public static SqlSugarScope Db = new SqlSugarScope(new ConnectionConfig()
tran.CommitTran();//这个提交不能漏掉
}
```
### Query Filter
### Feature6 : Query Filter
```cs
//set Filter
db.QueryFilter.Add(new TableFilterItem<Order>(it => it.Name.Contains("a"))); //为Order表置全局条件