...
|
...
|
@@ -56,7 +56,7 @@ class JoinModel extends Model |
|
|
$where['j.user_id']=$userId;
|
|
|
$where['j.status']=['>',1];
|
|
|
$info=$this->alias('j')
|
|
|
->field('a.*,at.type_name,pp.*')
|
|
|
->field('a.*,at.type_name,pp.*,a.id as id')
|
|
|
->join('cmf_activity a','a.id=j.activity_id')
|
|
|
->join('cmf_activity_type at','a.activity_type=at.id')
|
|
|
->join('cmf_position_province pp','a.position_id=pp.id')
|
...
|
...
|
|