Ken 6 ngày trước cách đây
mục cha
commit
a481a8df9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -194,7 +194,7 @@ class BetService extends BaseService
             foreach ($betResult as $item) {
                 $keywords = $item['rule'];
                 $amount = $item['amount'];
-                $issueNo = "";
+                $error = $issueNo = "";
                 $b = static::singleNote($memberId, $keywords, $amount, $issueNo, $text, $error);
                 if ($b) {
                     $text = str_replace("{issue_no}", $issueNo, $text);