|
...
|
...
|
@@ -80,6 +80,7 @@ class ProductLogic extends BaseLogic |
|
|
|
if(isset($this->param['keyword_id']) && !empty($this->param['keyword_id'])){
|
|
|
|
$this->param['keyword_id'] = $this->saveKeyword($this->param['keyword_id']);
|
|
|
|
}
|
|
|
|
@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']]);
|
|
|
|
return $this->success();
|
|
|
|
}
|
...
|
...
|
|