* [bug#53122,done,0.5h] fix notify bug.

This commit is contained in:
sunguangming
2024-07-26 14:24:21 +08:00
committed by 王怡栋
parent c2fb263b7e
commit 0e67199877
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ class epicModel extends model
public function getToAndCcList(object $story, string $actionType)
{
$this->loadModel('story')->getToAndCcList($story, $actionType);
return $this->loadModel('story')->getToAndCcList($story, $actionType);
}
}
+1 -1
View File
@@ -10,6 +10,6 @@ class requirementModel extends model
public function getToAndCcList(object $story, string $actionType)
{
$this->loadModel('story')->getToAndCcList($story, $actionType);
return $this->loadModel('story')->getToAndCcList($story, $actionType);
}
}