作者 lyh

gx导入项目脚本

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