|
|
@@ -134,13 +134,13 @@ namespace MySystem
|
|
|
name: "default",
|
|
|
pattern: "{controller=Home}/{action=Index}/{Id?}");
|
|
|
});
|
|
|
- // ResetUserTradeService.Instance.Start();
|
|
|
- // ResetMerchantTradeService.Instance.Start();
|
|
|
- // SycnProfitServiceV3.Instance.Start();
|
|
|
- // SycnHelpProfitService.Instance.Start();
|
|
|
- // ExcelHelper.Instance.Start();
|
|
|
- // OpExcelHelper.Instance.Start();
|
|
|
- // SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
+ ResetUserTradeService.Instance.Start();
|
|
|
+ ResetMerchantTradeService.Instance.Start();
|
|
|
+ SycnProfitServiceV3.Instance.Start();
|
|
|
+ SycnHelpProfitService.Instance.Start();
|
|
|
+ ExcelHelper.Instance.Start();
|
|
|
+ OpExcelHelper.Instance.Start();
|
|
|
+ SycnUserMachineCountHelper.Instance.Start(); //重置创客机具数量
|
|
|
|
|
|
|
|
|
// InstallmentDeductionService.Instance.Start();//每月20号执行分期扣费
|