Browse Source

修改数据库名

DuGuYang 1 year ago
parent
commit
6e4b26ce05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Startup.cs

+ 1 - 1
Startup.cs

@@ -149,7 +149,7 @@ namespace MySystem
         {
             Dictionary<string, Dictionary<string, string>> tables = new Dictionary<string, Dictionary<string, string>>();
             string connstr = Configuration["Setting:KxsSqlConnStr"];
-            string dbName = "KxsMainServer";
+            string dbName = "KxsProfitServer";
             if (Library.ConfigurationManager.EnvironmentFlag == 2)
             {
                 dbName = "KxsProfitServer";