This commit is contained in:
sunguangming
2024-01-03 09:49:38 +08:00
parent e83d3e43f8
commit aa562b2f56
+1 -1
View File
@@ -208,7 +208,7 @@ class taskZen extends task
$executionTeams = array();
$executionIdList = array_unique(array_column($tasks, 'execution'));
$executionTeamList = $this->execution->getMembersByIdList($executionIdList);
foreach($executionIdList as $id) $executionTeams[$id] = array_column($executionTeamList[$id], 'account');
foreach($executionIdList as $id) $executionTeams[$id] = array_column((array)$executionTeamList[$id], 'account');
$moduleGroup = array();
if(!$executionID)