zhangkun 5 years ago
parent
commit
0d6d42b73a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      代码/System.Common/Context/BaseContext.cs

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

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