Example #1
0
 private static void StartTimerTasks()
 {
     OrderJobScheduler.Start();                   //预订单30分钟付款到期
     WithdrawClearWeekAmountJobScheduler.Start(); //每周日晚上清空本周提现金额
     IncentiveJobScheduler.Start();               //善心激励
     //OrderGoodsJobScheduler.Start();//商品服务自动过期服务
 }
Example #2
0
 private static void StartTimerTasks()
 {
     OrderJobScheduler.Start();                                          //预订单30分钟付款到期
     WithdrawClearWeekAmountJobScheduler.Start();                        //每周日晚上清空本周提现金额
     ResetTodayStatisticJobScheduler.Start();                            //重置钱包统计信息
     Jobs.Stores.ResetTodayStatisticJobScheduler.Start();                //重置线上店铺统计信息
     Jobs.OfflineStores.ResetTodayStatisticJobScheduler.Start();         //重置线下统计信息
     IncentiveJobScheduler.Start();                                      //善心激励
     CreateSearchIndexJobScheduler.Start();                              //创建索引
     BalanceJobScheduler.Start();                                        //代理分红
     StoreOrderJobScheduler.Start();                                     //10D自动确认收货
     NotificationJobScheduler.Start();                                   //10M 发送通知短信
     //OrderGoodsJobScheduler.Start();                                               //商品服务自动过期服务
 }