Commit abdb861c by 冷斌

小站同步

parent 70f3db65
......@@ -408,6 +408,7 @@ class Model_Home extends PhalApi_Model_NotORM {
->where('uid=?',$uid)
->fetchAll();
$touids=array_column($touid,"touid");
$touids[] = $uid;
$results = [];
if (!empty($touids)) {
$touidss=implode(",",$touids);
......
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