正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -649,7 +649,7 @@ class HouseBoard extends Api | @@ -649,7 +649,7 @@ class HouseBoard extends Api | ||
649 | private function getActivityList($where){ | 649 | private function getActivityList($where){ |
650 | $list = Db::name('house_activity') | 650 | $list = Db::name('house_activity') |
651 | ->alias('ha') | 651 | ->alias('ha') |
652 | - ->join('house_join hj','ha.id = hj.house_activity_id and user_id ='.$this->auth->id,'left') | 652 | + ->join('house_join hj','ha.id = hj.house_activity_id and hj.user_id ='.$this->auth->id,'left') |
653 | ->where($where) | 653 | ->where($where) |
654 | ->field(' | 654 | ->field(' |
655 | ha.id, | 655 | ha.id, |
-
请 注册 或 登录 后发表评论