@@ -382,7 +382,7 @@ class UnSettmatchLogic
return $rets;
}
- $rets = $model->with('matchdatas')->where('order_id', $order_id)->find();
+ $rets = $model->with('matchdatas')->where('order_id', $order_id)->first();