|
|
@@ -142,7 +142,7 @@ namespace MySystem
|
|
|
if (Env == "Develop")
|
|
|
{
|
|
|
SIMPosMerchantTradeService.Instance.Start(); //导入广电卡数据
|
|
|
- GetRadioCardInfoService.Instance.Start(); //获取行销宝信息
|
|
|
+ // GetRadioCardInfoService.Instance.Start(); //获取行销宝信息
|
|
|
}
|
|
|
if (Env == "Production")
|
|
|
{
|
|
|
@@ -153,7 +153,7 @@ namespace MySystem
|
|
|
ExcelHelper.Instance.Start();
|
|
|
OpExcelHelper.Instance.Start();
|
|
|
SIMPosMerchantTradeService.Instance.Start(); //导入广电卡数据
|
|
|
- GetRadioCardInfoService.Instance.Start(); //获取行销宝信息
|
|
|
+ // GetRadioCardInfoService.Instance.Start(); //获取行销宝信息
|
|
|
SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
|
|
|
TestHelper.Instance.Start(); //生成兑换券
|