作者 lyh

gx

@@ -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