Commit 64c0bfe0 by 冷斌

update

parent d95b3a90
......@@ -461,6 +461,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