Commit bda96a99 by 冷斌

踢人

parent 39be8171
...@@ -13,7 +13,6 @@ class Model_Livepk extends PhalApi_Model_NotORM { ...@@ -13,7 +13,6 @@ class Model_Livepk extends PhalApi_Model_NotORM {
->select('cmf_users_live.uid, cmf_users_live.stream, cmf_users_live.pkuid') ->select('cmf_users_live.uid, cmf_users_live.stream, cmf_users_live.pkuid')
// ->where('cmf_users_live.islive=1 and cmf_users_live.isvideo=0') // ->where('cmf_users_live.islive=1 and cmf_users_live.isvideo=0')
->where($where) ->where($where)
->join('cmf_users', 'cmf_users.id = cmf_users_live.uid')
->order('cmf_users_live.starttime desc') ->order('cmf_users_live.starttime desc')
->limit($start,$pnum) ->limit($start,$pnum)
->fetchAll(); ->fetchAll();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment