|
|
@@ -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";
|