Commit 39d7cbf2 by 冷斌

update

parent 4333550e
......@@ -432,7 +432,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$ids= DI()->notorm->users_zombie
->select('uid')
->where("uid not in ({$where})")
->limit(0,10)
->limit(0,4)
->fetchAll();
$info=array();
......
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