seven 2 周之前
父節點
當前提交
0ce20f8a9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -379,7 +379,7 @@ class BetService extends BaseService
                     $randKey = array_rand($gameplayRuleList, 1);
                     $gameplayRuleInfo = $gameplayRuleList[$randKey] ?? [];
                     if ($gameplayRuleInfo) {
-                        if(!in_array($gameplayRuleInfo['keywords'], $noRule)){
+                        if(in_array($gameplayRuleInfo['keywords'], $noRule)){
                             return;
 
                         }