Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into develop
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -54,7 +54,7 @@ class KeywordLogic extends BaseLogic | @@ -54,7 +54,7 @@ class KeywordLogic extends BaseLogic | ||
| 54 | if(isset($this->param['id']) && !empty($this->param['id'])){ | 54 | if(isset($this->param['id']) && !empty($this->param['id'])){ |
| 55 | $route = RouteMap::setRoute($this->param['title'], RouteMap::SOURCE_PRODUCT_KEYWORD, $this->param['id'], $this->user['project_id']); | 55 | $route = RouteMap::setRoute($this->param['title'], RouteMap::SOURCE_PRODUCT_KEYWORD, $this->param['id'], $this->user['project_id']); |
| 56 | $id = $this->editCategoryRoute($this->param['id'],$route); | 56 | $id = $this->editCategoryRoute($this->param['id'],$route); |
| 57 | - $this->model->edit($this->param,['id'=>$this->param['id']]); | 57 | + $this->model->edit($this->param,['id'=>$id]); |
| 58 | }else{ | 58 | }else{ |
| 59 | $this->param['project_id'] = $this->user['project_id']; | 59 | $this->param['project_id'] = $this->user['project_id']; |
| 60 | $this->param['created_at'] = date('Y-m-d H:i:s'); | 60 | $this->param['created_at'] = date('Y-m-d H:i:s'); |
-
请 注册 或 登录 后发表评论