* fix for flow.

This commit is contained in:
z
2020-08-31 15:17:40 +08:00
parent dcba3b07ac
commit ba32604be6
7 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -129,7 +129,7 @@
$teamAccounts = array_keys($task->team);
foreach($teamAccounts as $teamAccount)
{
$taskMembers[] = $members[$teamAccount];
$taskMembers[$teamAccount] = $members[$teamAccount];
}
}
else