Commit 2262e043 by 冷斌

update

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