Commit 10e973ca authored by 张育槟's avatar 张育槟

调试4

parent d1d702d1
......@@ -123,7 +123,7 @@ class LdapController extends Controller
foreach ($arr as $key => $v) {
$ous[] = "ou={$v}";
}
$ou_str = implode(',',$ous);
$ou_str = implode(',',array_reverse($ous));
$dept_name=$ou_str;
}
foreach ($data['data'] as $key => $users) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment