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