This commit is contained in:
songchenxuan
2023-08-30 14:12:42 +08:00
parent 773b3e47eb
commit 077d63cc7b
+1 -1
View File
@@ -30,7 +30,7 @@ class metricModel extends model
if(dao::isError()) return false;
$metricID = $this->dao->lastInsertID();
$this->loadModel('action')->create('metric', $metricID, 'opened');
$this->loadModel('action')->create('metric', $metricID, 'opened', '', '', $this->app->user->account);
return $metricID;
}