正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -444,8 +444,8 @@ class KeywordLogic extends BaseLogic | @@ -444,8 +444,8 @@ class KeywordLogic extends BaseLogic | ||
| 444 | if($this->param['id'] = 0){ | 444 | if($this->param['id'] = 0){ |
| 445 | $keywordCommonModel->del(['project_id'=>$this->param['project_id']]); | 445 | $keywordCommonModel->del(['project_id'=>$this->param['project_id']]); |
| 446 | }else{ | 446 | }else{ |
| 447 | - $keywordCommonModel->del(['id'=>$this->param['id']]); | 447 | + $rs = $keywordCommonModel->del(['id'=>$this->param['id']]); |
| 448 | } | 448 | } |
| 449 | - return $this->success(); | 449 | + return $this->success($rs); |
| 450 | } | 450 | } |
| 451 | } | 451 | } |
-
请 注册 或 登录 后发表评论