Merge branch 'sprint/xuanxuan_108' into 'master'

合并小喧喧通知卡片相关代码

See merge request easycorp/zentaopms!4452
This commit is contained in:
朱金勇
2022-07-13 05:58:05 +00:00
10 changed files with 66 additions and 21 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class actionModel extends model
if($this->post->uid) $this->file->updateObjectID($this->post->uid, $objectID, $objectType);
/* Call the message notification function. */
$this->loadModel('message')->send(strtolower($objectType), $objectID, $actionType, $actionID, $actor);
$this->loadModel('message')->send(strtolower($objectType), $objectID, $actionType, $actionID, $actor, $extra);
/* Add index for global search. */
$this->saveIndex($objectType, $objectID, $actionType);