|
|
@@ -132,12 +132,12 @@ namespace MySystem
|
|
|
pattern: "{controller=Home}/{action=Index}/{Id?}");
|
|
|
});
|
|
|
|
|
|
- // ResetUserTradeService.Instance.Start();
|
|
|
- // ResetMerchantTradeService.Instance.Start();
|
|
|
- // SycnProfitServiceV2.Instance.Start();
|
|
|
+ ResetUserTradeService.Instance.Start();
|
|
|
+ ResetMerchantTradeService.Instance.Start();
|
|
|
+ SycnProfitServiceV2.Instance.Start();
|
|
|
SycnHelpProfitService.Instance.Start();
|
|
|
- // ExcelHelper.Instance.Start();
|
|
|
- // TestHelper.Instance.Start();
|
|
|
+ ExcelHelper.Instance.Start();
|
|
|
+ TestHelper.Instance.Start();
|
|
|
}
|
|
|
|
|
|
|