vali 6 tahun lalu
induk
melakukan
7538dac607
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -269,7 +269,7 @@ class UnSettmatchLogic
             return [];
         }
 
-        $rets = $model->with('matchdatas')->where(['game_code' => $game_code, 'match_id' => $match_id])->whereIn('order_id', $orders)->get();
+        $rets = $model->with('matchdatas')->whereIn('order_id', $orders)->get();
         return $rets;
     }