|
|
@@ -204,7 +204,7 @@ class BuddhistService extends BaseService
|
|
|
$info = $this->model::from('buddhists as a')
|
|
|
->leftJoin('buddhist_cates as c', 'a.cate_id', '=', 'c.id')
|
|
|
->where(['a.id'=> $id,'a.mark'=> 1,'a.status'=> 1])
|
|
|
- ->select(['a.id','a.cate_id','a.type'])
|
|
|
+ ->select(['a.id','a.cate_id'])
|
|
|
->first();
|
|
|
|
|
|
$dataList = $this->model::from('buddhists as a')
|