This commit is contained in:
anjoy8 2020-09-30 17:40:35 +08:00
parent c1e411641b
commit 96a1924941

View File

@ -46,7 +46,7 @@ namespace Blog.Core.Extensions
ConnectionString = m.Connection,
DbType = (DbType)m.DbType,
IsAutoCloseConnection = true,
IsShardSameThread = false,
IsShardSameThread = true,
AopEvents = new AopEvents
{
OnLogExecuting = (sql, p) =>