...
|
...
|
@@ -649,7 +649,7 @@ class HouseBoard extends Api |
|
|
private function getActivityList($where){
|
|
|
$list = Db::name('house_activity')
|
|
|
->alias('ha')
|
|
|
->join('house_join hj','ha.id = hj.house_activity_id and user_id ='.$this->auth->id,'left')
|
|
|
->join('house_join hj','ha.id = hj.house_activity_id and hj.user_id ='.$this->auth->id,'left')
|
|
|
->where($where)
|
|
|
->field('
|
|
|
ha.id,
|
...
|
...
|
|