Update README.md

This commit is contained in:
果糖网
2021-10-10 22:38:09 +08:00
committed by GitHub
parent a65d13ef7c
commit 749b70a621

View File

@@ -112,7 +112,6 @@ public static SqlSugarScope Db = new SqlSugarScope(new ConnectionConfig()
IsAutoCloseConnection = true
},
db=> {
//单例参数配置,所有上下文生效
db.Aop.OnLogExecuting = (s, p) =>
{
Console.WriteLine(s);