作者 lyh

gx

... ... @@ -89,6 +89,8 @@ class CategoryController extends BaseController
public function get3283Lists($filed){
if(!isset($this->map['title'])){
$this->map['pid'] = $this->map['pid'] ?? 0;
}else{
$this->map['title'] = ['like','%'.$this->map['title'].'%'];
}
$list = $this->model->list($this->map,['sort','id'],$filed);
$template_id = $this->getTemplateId(BTemplate::SOURCE_PRODUCT,BTemplate::IS_LIST);//获取模版id
... ...