master
ELF 3 years ago
parent 647e612677
commit de336fd03d

@ -2894,7 +2894,7 @@ function getAdminDepartmentList(array $ids)
}
$rows = M('auth_group_access', 'sys_')->field(['uid', 'group_id'])->where(['uid' => ['in', $ids]])->select();
$groups = [];
if (count($groups) > 0) {
if (count($rows) > 0) {
$groups = M('auth_group', 'sys_')->field(['id', 'department_id', 'department_name'])->where(['id' => ['in', array_column($rows, 'group_id')]])->select();
$groups = index_by_column('id', $groups);
}

Loading…
Cancel
Save