no message

This commit is contained in:
kuaifan
2021-06-23 12:07:13 +08:00
parent f2b32c2161
commit 7ed30309cd
9 changed files with 28 additions and 20 deletions

View File

@@ -92,7 +92,7 @@ class ProjectColumn extends AbstractModel
'project_id' => $this->project_id,
'column_id' => $this->id,
'task_id' => 0,
'userid' => $userid ?: User::token2userid(),
'userid' => $userid ?: User::userid(),
'detail' => $detail,
]);
$log->save();