|
|
@@ -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(); //统计注销欠费卡张数
|
|
|
- // BatchEditUserAmountService.Instance.Start(); //创客信息相关数据导入
|
|
|
- // StoreHouseWithdrawalResultsService.Instance.Start(); //分仓临额提现结果导入
|
|
|
- // PreWithdrawalResultsService.Instance.Start(); //小分仓临额提现结果导入
|
|
|
- // TestHelper.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(); //统计注销欠费卡张数
|
|
|
+ BatchEditUserAmountService.Instance.Start(); //创客信息相关数据导入
|
|
|
+ StoreHouseWithdrawalResultsService.Instance.Start(); //分仓临额提现结果导入
|
|
|
+ PreWithdrawalResultsService.Instance.Start(); //小分仓临额提现结果导入
|
|
|
+ TestHelper.Instance.Start(); //生成兑换券
|
|
|
|
|
|
- ExcelCheckFeeHelper.Instance.Start(); //导入费率表格
|
|
|
+ // ExcelCheckFeeHelper.Instance.Start(); //导入费率表格
|
|
|
// }
|
|
|
}
|
|
|
|