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