vali 6 年 前
コミット
7538dac607
1 ファイル変更1 行追加1 行削除
  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;
     }