Ken hace 2 días
padre
commit
f5c43f5b38
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  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);
                 }