seven 3 days ago
parent
commit
3c3afd0f95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -637,7 +637,7 @@ class IssueService extends BaseService
                 }
 
                 $tail = self::getLastDigit($sum); // 总和尾数
-                $result[] = '尾'.$tail; // 尾数
+                $combo[] = '尾'.$tail; // 尾数
 
                 $combo = implode(' ', $combo);
                 self::lotteryDraw($v->id, $winning_numbers, $combo,'');