Commit 47b89e8d by 冷斌

踢人

parent c6785295
...@@ -289,7 +289,7 @@ class Model_Home extends PhalApi_Model_NotORM { ...@@ -289,7 +289,7 @@ class Model_Home extends PhalApi_Model_NotORM {
->select("touid") ->select("touid")
->where('uid=?',$uid) ->where('uid=?',$uid)
->fetchAll(); ->fetchAll();
$where=" islive='1' "; $where=" islive='1' and isrecommend2 = '1' ";
if($touid){ if($touid){
$touids=array_column($touid,"touid"); $touids=array_column($touid,"touid");
$touidss=implode(",",$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