This commit is contained in:
hufangzhou
2023-07-07 11:02:09 +08:00
parent 516c82f3bf
commit 68ec7d01b3
+1 -1
View File
@@ -75,7 +75,7 @@ class program extends control
}
/* Get PM id list. */
$accounts = array_unique(array_column($programs, 'PM'));
$accounts = array_unique(array_column(json_decode(json_encode($programs), true), 'PM'));
$hasProject = false;
foreach($programs as $program)
{