作者 lyh

gx导入项目脚本

... ... @@ -442,7 +442,7 @@ class KeywordLogic extends BaseLogic
public function delComment(){
$keywordCommonModel = new AggregateKeywordComment();
if($this->param['id'] == 0){
$keywordCommonModel->del(['project_id'=>$this->param['project_id']]);
$keywordCommonModel->del(['project_id'=>$this->user['project_id']]);
}else{
$rs = $keywordCommonModel->del(['id'=>$this->param['id']]);
}
... ...