瀏覽代碼

解决链接close问题

zhangkun 5 年之前
父節點
當前提交
a10e052c62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      代码/System.Common/Context/BaseContext.cs

+ 1 - 1
代码/System.Common/Context/BaseContext.cs

7
 {
7
 {
8
     public class BaseContext
8
     public class BaseContext
9
     {
9
     {
10
-        public static string DB_ConnectionString { get; set; }
10
+        public  string DB_ConnectionString { get; set; }
11
         public BaseContext()
11
         public BaseContext()
12
         {
12
         {
13
             Db = new SqlSugarClient(new ConnectionConfig()
13
             Db = new SqlSugarClient(new ConnectionConfig()