|
...
|
...
|
@@ -56,8 +56,8 @@ class ProductLogic extends BaseLogic |
|
|
|
}
|
|
|
|
if(!empty($seo_mate)){
|
|
|
|
$seo_mate['title'] = $this->param['title'] ?? '';
|
|
|
|
$this->param['seo_mate'] = json_encode($seo_mate,true);
|
|
|
|
}
|
|
|
|
$this->param['seo_mate'] = json_encode($seo_mate,true);
|
|
|
|
$route = $this->param['route'];
|
|
|
|
$this->model->edit($this->param,['id'=>$this->param['id']]);
|
|
|
|
$id = $this->param['id'];
|
...
|
...
|
|