|
@@ -134,13 +134,13 @@ namespace MySystem
|
|
|
name: "default",
|
|
name: "default",
|
|
|
pattern: "{controller=Home}/{action=Index}/{Id?}");
|
|
pattern: "{controller=Home}/{action=Index}/{Id?}");
|
|
|
});
|
|
});
|
|
|
- ResetUserTradeService.Instance.Start();
|
|
|
|
|
- ResetMerchantTradeService.Instance.Start();
|
|
|
|
|
- SycnProfitServiceV3.Instance.Start();
|
|
|
|
|
- SycnHelpProfitService.Instance.Start();
|
|
|
|
|
- ExcelHelper.Instance.Start();
|
|
|
|
|
- OpExcelHelper.Instance.Start();
|
|
|
|
|
- TestHelper.Instance.Start();
|
|
|
|
|
|
|
+ // ResetUserTradeService.Instance.Start();
|
|
|
|
|
+ // ResetMerchantTradeService.Instance.Start();
|
|
|
|
|
+ // SycnProfitServiceV3.Instance.Start();
|
|
|
|
|
+ // SycnHelpProfitService.Instance.Start();
|
|
|
|
|
+ // ExcelHelper.Instance.Start();
|
|
|
|
|
+ // OpExcelHelper.Instance.Start();
|
|
|
|
|
+ // TestHelper.Instance.Start();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|