Browse Source

开启大盟主奖励线程

lichunlei 2 năm trước cách đây
mục cha
commit
298f5501d0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Startup.cs

+ 2 - 2
Startup.cs

@@ -204,13 +204,13 @@ namespace MySystem
             RedPackageHelper.Instance.StartStatTop10(); //红包活动统计排行
             RedPackageHelper.Instance.StartSendPrize(); //红包活动发奖
             BalancePayBackService.Instance.Start(); //余额支付队列
+            LeaderPrizeService.Instance.Start(); //大盟主奖励发奖
+            MessageCenterService.Instance.Start(); // 消息队列
             //必须打开的
 
             // StatService.Instance.StartPosActNum(); //实时统计激活数
             // StatService.Instance.StartNewUserNum(); //实时统计新增创客数
             // StatService.Instance.StatProfit(); //实时统计创客收益
-            // LeaderPrizeService.Instance.Start(); //大盟主奖励发奖
-            // MessageCenterService.Instance.Start(); // 消息队列
             // StatServiceTmp.Instance.Start();
             // StatService.Instance.StartEverDay("");
             // StatService.Instance.StartEverDayV2();