作者 sgj
1 个管道 的构建 通过 耗费 0 秒

分类筛选问题

... ... @@ -78,6 +78,7 @@ class ActivityModel extends Model
if (!empty($type_id)){
$where['a.activity_type'] = $type_id;
}
dump($type_id);
dump($where);
$data = $this->alias('a')
->field('a.*,p.province_name,act.type_name')
... ...