正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -58,7 +58,6 @@ class ProductLogic extends BaseLogic | @@ -58,7 +58,6 @@ class ProductLogic extends BaseLogic | ||
| 58 | } | 58 | } |
| 59 | $this->param['seo_mate'] = json_encode($this->param['seo_mate'],true); | 59 | $this->param['seo_mate'] = json_encode($this->param['seo_mate'],true); |
| 60 | $route = $this->param['route']; | 60 | $route = $this->param['route']; |
| 61 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->param, true) . PHP_EOL, FILE_APPEND); | ||
| 62 | $this->model->edit($this->param,['id'=>$this->param['id']]); | 61 | $this->model->edit($this->param,['id'=>$this->param['id']]); |
| 63 | $id = $this->param['id']; | 62 | $id = $this->param['id']; |
| 64 | }else{ | 63 | }else{ |
-
请 注册 或 登录 后发表评论