vali %!s(int64=6) %!d(string=hai) anos
pai
achega
a9a29fbc3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -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();
         return $rets;
     }