Explorar o código

修改数据库名

DuGuYang hai 1 ano
pai
achega
6e4b26ce05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";