|
|
@@ -176,17 +176,10 @@ namespace MySystem
|
|
|
private void initMainServer(string Env)
|
|
|
{
|
|
|
string dbName = "KxsMainServer";
|
|
|
-<<<<<<< HEAD
|
|
|
// if (Env == "Production")
|
|
|
// {
|
|
|
// dbName = "KxsProfitServer";
|
|
|
// }
|
|
|
-=======
|
|
|
- if(Env == "Production")
|
|
|
- {
|
|
|
- dbName = "KxsProfitServer";
|
|
|
- }
|
|
|
->>>>>>> feature-dgy-运营中心过期
|
|
|
Dictionary<string, Dictionary<string, string>> tables = new Dictionary<string, Dictionary<string, string>>();
|
|
|
Library.OtherMySqlConn.connstr = Configuration["Setting:SqlConnStr"];
|
|
|
System.Data.DataTable tablecollection = Library.OtherMySqlConn.dtable("select DISTINCT TABLE_NAME from information_schema.columns where table_schema = '" + dbName + "'");
|