瀏覽代碼

修改数据库名

DuGuYang 1 年之前
父節點
當前提交
6e4b26ce05
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";