|
|
@@ -144,15 +144,15 @@ namespace MySystem
|
|
|
}
|
|
|
if(Env == "Production")
|
|
|
{
|
|
|
- // ResetUserTradeService.Instance.Start();
|
|
|
- // ResetMerchantTradeService.Instance.Start();
|
|
|
- // SycnProfitServiceV3.Instance.Start();
|
|
|
- // SycnHelpProfitService.Instance.Start();
|
|
|
+ ResetUserTradeService.Instance.Start();
|
|
|
+ ResetMerchantTradeService.Instance.Start();
|
|
|
+ SycnProfitServiceV3.Instance.Start();
|
|
|
+ SycnHelpProfitService.Instance.Start();
|
|
|
ExcelHelper.Instance.Start();
|
|
|
- // OpExcelHelper.Instance.Start();
|
|
|
- // SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
+ OpExcelHelper.Instance.Start();
|
|
|
+ SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
|
|
|
- // TestHelper.Instance.Start(); //生成兑换券
|
|
|
+ TestHelper.Instance.Start(); //生成兑换券
|
|
|
}
|
|
|
}
|
|
|
|