seven 1 viikko sitten
vanhempi
commit
de80eb58a2
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app/Services/BetService.php

+ 2 - 1
app/Services/BetService.php

@@ -1124,7 +1124,8 @@ class BetService extends BaseService
         $betNoticeMini = $betNoticeNum[0] ?? 26;
         $betNoticeMax = $betNoticeNum[1] ?? 38;
         $noticeNum = rand($betNoticeMini, $betNoticeMax);
-        shuffle($openList);
+        // shuffle($openList);
+        Log::error('lotteryNotice openList', $openList);
 
 
         $text = "{$issue_no}期开奖结果";