作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

bug修改

@@ -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,