作者 李宇航

合并分支 'lyh-server' 到 'master'

gx导入项目脚本



查看合并请求 !2119
... ... @@ -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']]);
... ...