|
@@ -882,6 +882,13 @@ public class UserController {
|
|
|
return httpRespMsg;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @Description:ldap获取组织架构
|
|
|
+ * @Param: []
|
|
|
+ * @return: com.management.platform.util.HttpRespMsg
|
|
|
+ * @Author: yurk
|
|
|
+ * @Date: 2024/7/19
|
|
|
+ */
|
|
|
@RequestMapping("/getOU")
|
|
|
public HttpRespMsg getOU() throws NamingException {
|
|
|
HttpRespMsg httpRespMsg=new HttpRespMsg();
|
|
@@ -889,6 +896,13 @@ public class UserController {
|
|
|
return httpRespMsg;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @Description:ldap获取人员
|
|
|
+ * @Param: []
|
|
|
+ * @return: com.management.platform.util.HttpRespMsg
|
|
|
+ * @Author: yurk
|
|
|
+ * @Date: 2024/7/19
|
|
|
+ */
|
|
|
@RequestMapping("/getUser")
|
|
|
public HttpRespMsg getUser() throws Exception {
|
|
|
HttpRespMsg httpRespMsg=new HttpRespMsg();
|