mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
准备添加分表分库
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Yi.Framework.WebCore.MiddlewareExtend
|
||||
}
|
||||
SqlSugarScope sqlSugar = new SqlSugarScope(new ConnectionConfig()
|
||||
{
|
||||
//准备添加分表分库
|
||||
DbType = dbType,
|
||||
ConnectionString = Appsettings.app("DbConn", "WriteUrl"),
|
||||
IsAutoCloseConnection = true,
|
||||
|
||||
Reference in New Issue
Block a user