no message

This commit is contained in:
kuaifan
2023-03-07 23:54:49 +08:00
parent 31c1466b42
commit 05b169c172
10 changed files with 19 additions and 19 deletions

View File

@@ -1265,7 +1265,7 @@ class ProjectTask extends AbstractModel
'archived_at' => $this->archived_at,
'archived_userid' => $this->archived_userid,
]);
self::whereParentId($this->id)->modify([
self::whereParentId($this->id)->change([
'archived_at' => $this->archived_at,
'archived_userid' => $this->archived_userid,
'archived_follow' => $this->archived_follow,