|
|
@@ -146,22 +146,22 @@ namespace MySystem
|
|
|
// }
|
|
|
// if (Env == "Production")
|
|
|
// {
|
|
|
- ResetUserTradeService.Instance.Start();
|
|
|
- ResetMerchantTradeService.Instance.Start();
|
|
|
- SycnProfitServiceV3.Instance.Start();
|
|
|
- SycnHelpProfitService.Instance.Start();
|
|
|
- ExcelHelper.Instance.Start();
|
|
|
- OpExcelHelper.Instance.Start();
|
|
|
- SIMPosMerchantTradeService.Instance.Start(); //导入广电卡数据
|
|
|
- GetRadioCardInfoService.Instance.Start(); //获取行销宝信息
|
|
|
- SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
- SIMActCountService.Instance.Start(); //统计注销欠费卡张数
|
|
|
+ ResetUserTradeService.Instance.Start();
|
|
|
+ ResetMerchantTradeService.Instance.Start();
|
|
|
+ SycnProfitServiceV3.Instance.Start();
|
|
|
+ SycnHelpProfitService.Instance.Start();
|
|
|
+ ExcelHelper.Instance.Start();
|
|
|
+ OpExcelHelper.Instance.Start();
|
|
|
+ SIMPosMerchantTradeService.Instance.Start(); //导入广电卡数据
|
|
|
+ GetRadioCardInfoService.Instance.Start(); //获取行销宝信息
|
|
|
+ SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
+ SIMActCountService.Instance.Start(); //统计注销欠费卡张数
|
|
|
|
|
|
- TestHelper.Instance.Start(); //生成兑换券
|
|
|
+ TestHelper.Instance.Start(); //生成兑换券
|
|
|
|
|
|
- BatchEditUserAmountService.Instance.Start(); //创客信息相关数据导入
|
|
|
- StoreHouseWithdrawalResultsService.Instance.Start(); //分仓临额提现结果导入
|
|
|
- PreWithdrawalResultsService.Instance.Start(); //小分仓临额提现结果导入
|
|
|
+ BatchEditUserAmountService.Instance.Start(); //创客信息相关数据导入
|
|
|
+ StoreHouseWithdrawalResultsService.Instance.Start(); //分仓临额提现结果导入
|
|
|
+ PreWithdrawalResultsService.Instance.Start(); //小分仓临额提现结果导入
|
|
|
// }
|
|
|
}
|
|
|
|
|
|
@@ -175,8 +175,8 @@ namespace MySystem
|
|
|
//初始化数据结构
|
|
|
private void initMainServer(string Env)
|
|
|
{
|
|
|
- string dbName = "KxsMainServer";
|
|
|
- // if(Env == "Production")
|
|
|
+ string dbName = "KxsProfitServer";
|
|
|
+ // if (Env == "Production")
|
|
|
// {
|
|
|
// dbName = "KxsProfitServer";
|
|
|
// }
|