Ken 6 dagar sedan
förälder
incheckning
a481a8df9b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);