Commit 6a4acb59 by 冷斌

fix bug

parent e005a467
......@@ -763,7 +763,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$pushids = DI()->notorm->users_pushid
->select("pushid")
->limit(999)
// ->limit(999)
->fetchAll();
$pushids=array_column($pushids,'pushid');
......
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