WIN-2308041133\Administrator hace 8 meses
padre
commit
c3695e389d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/api/controller/Platform.php

+ 1 - 0
application/api/controller/Platform.php

@@ -53,6 +53,7 @@ class Platform extends Api
             ->limit($offset, $limit)
             ->select();
         $total = model('VideoShare')
+            ->with('users')
             ->where($map)
             ->count();
 //        var_dump(model('VideoShare')->getLastSql());die();