@@ -51,7 +51,7 @@ class PcIssueService extends BaseService
$item->status = PcIssue::STATUS_CLOSE;
$item->save();
if ($replyInfo && $pc28Switch == 1 && $index == 0) self::asyncBettingGroupNotice($text, $buttons, $image);
- // 投注情况通知
+ // 统计投注情况通知
if ($pc28Switch == 1 && $index == 0) BetService::statNotice($item->issue_no);
}