作者 李宇航

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

gx



查看合并请求 !1572
@@ -162,7 +162,7 @@ class Keyword extends Base @@ -162,7 +162,7 @@ class Keyword extends Base
162 $this->addReturnId($param); 162 $this->addReturnId($param);
163 } 163 }
164 } 164 }
165 - NoticeLog::createLog(NoticeLog::TYPE_INIT_KEYWORD, ['project_id' => $this->user['project_id']]); 165 + NoticeLog::createLog(NoticeLog::TYPE_INIT_KEYWORD, ['project_id' => $project_id]);
166 return true; 166 return true;
167 } 167 }
168 168