Ken 2 日 前
コミット
f5c43f5b38
1 ファイル変更4 行追加3 行削除
  1. 4 3
      app/Services/PcIssueService.php

+ 4 - 3
app/Services/PcIssueService.php

@@ -53,6 +53,10 @@ class PcIssueService extends BaseService
                         if ($image) $image = url($image);
                         self::asyncBettingGroupNotice($text, $buttons, $image);
                     }
+
+                    // 统计投注情况通知   xxxx期投注统计
+                    BetService::statNotice($item->issue_no);
+
                     $replyInfo = KeyboardService::findOne(['button' => '封盘开奖']);
                     if ($replyInfo) {
                         $text = $replyInfo->reply;
@@ -62,9 +66,6 @@ class PcIssueService extends BaseService
                         if ($image) $image = url($image);
                         self::asyncBettingGroupNotice($text, $buttons, $image);
                     }
-
-                    // 统计投注情况通知   xxxx期投注统计
-                    BetService::statNotice($item->issue_no);
                 }