|
...
|
...
|
@@ -444,8 +444,8 @@ class KeywordLogic extends BaseLogic |
|
|
|
if($this->param['id'] = 0){
|
|
|
|
$keywordCommonModel->del(['project_id'=>$this->param['project_id']]);
|
|
|
|
}else{
|
|
|
|
$keywordCommonModel->del(['id'=>$this->param['id']]);
|
|
|
|
$rs = $keywordCommonModel->del(['id'=>$this->param['id']]);
|
|
|
|
}
|
|
|
|
return $this->success();
|
|
|
|
return $this->success($rs);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|