|
@@ -117,6 +117,9 @@ public class DefaultUserDetailsService implements UserDetailsService {
|
|
|
|
|
|
if (userType.contains("SYSTEM")) {
|
|
if (userType.contains("SYSTEM")) {
|
|
authorities = AuthorityUtils.createAuthorityList(userInfo.getPermissions());
|
|
authorities = AuthorityUtils.createAuthorityList(userInfo.getPermissions());
|
|
|
|
+
|
|
|
|
+ // 学生账号修改隐藏为显示
|
|
|
|
+ sysUserService.updateStudentHideFlag(userInfo.getSysUser().getId(), 0);
|
|
}
|
|
}
|
|
|
|
|
|
if (authorities == null) {
|
|
if (authorities == null) {
|