正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -79,7 +79,7 @@ class ProductLogic extends BaseLogic | @@ -79,7 +79,7 @@ class ProductLogic extends BaseLogic | ||
| 79 | $this->param['category_id'] = $this->getLastCategory($this->param['category_id']); | 79 | $this->param['category_id'] = $this->getLastCategory($this->param['category_id']); |
| 80 | } | 80 | } |
| 81 | if(isset($this->param['keyword_id']) && !empty($this->param['keyword_id'])){ | 81 | if(isset($this->param['keyword_id']) && !empty($this->param['keyword_id'])){ |
| 82 | - $this->param['keyword_id'] = implode(',',$this->saveKeyword($this->param['keyword_id'])); | 82 | + $this->param['keyword_id'] = ','.implode(',',$this->saveKeyword($this->param['keyword_id'])).','; |
| 83 | } | 83 | } |
| 84 | $this->model->edit($this->param,['id'=>$this->param['id']]); | 84 | $this->model->edit($this->param,['id'=>$this->param['id']]); |
| 85 | return $this->success(); | 85 | return $this->success(); |
-
请 注册 或 登录 后发表评论