@@ -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;