|
@ -288,7 +288,7 @@ public class ThirdLoginServiceImpl implements ThirdLoginService, ResultDataResol |
|
|
String errorStackTrace = ExceptionUtils.getErrorStackTrace(e); |
|
|
String errorStackTrace = ExceptionUtils.getErrorStackTrace(e); |
|
|
logger.error("登录:查询部门列表异常:{}", errorStackTrace); |
|
|
logger.error("登录:查询部门列表异常:{}", errorStackTrace); |
|
|
} |
|
|
} |
|
|
return null; |
|
|
return new HashSet<>(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|