idm 新增处理人员部门逻辑
This commit is contained in:
@@ -204,6 +204,7 @@ public class LoginRestController {
|
||||
* TODO OA 用户不全 待同步
|
||||
*/
|
||||
UserEO userEO = userService.getUserByLoginNameNotDeleted(account);
|
||||
userEO.setInstitutionNameDepartment(userService.getName(userEO.getInstitutionId()));
|
||||
if (null == userEO) {
|
||||
return Result.error("r0011", "用户不存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user