perf(消息推送):代码优化

This commit is contained in:
Meng
2023-06-20 17:07:56 +08:00
parent e8675c9c14
commit 7393fdf6cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1474,7 +1474,7 @@ class ProjectTask extends AbstractModel
foreach ($array as $item) {
$params = [
'ignoreFd' => Request::header('fd'),
'userid' => array_values($item),
'userid' => $item['userid'],
'msg' => [
'type' => 'projectTask',
'action' => $action,