|
...
|
...
|
@@ -58,7 +58,6 @@ class ProductLogic extends BaseLogic |
|
|
|
}
|
|
|
|
$this->param['seo_mate'] = json_encode($this->param['seo_mate'],true);
|
|
|
|
$route = $this->param['route'];
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->param, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$this->model->edit($this->param,['id'=>$this->param['id']]);
|
|
|
|
$id = $this->param['id'];
|
|
|
|
}else{
|
...
|
...
|
|