update 剔除不常用的方法

This commit is contained in:
Bozhu12 2023-10-28 11:15:45 +08:00
parent cb614eca06
commit 6e715d461a

View File

@ -126,13 +126,6 @@ public class LoginHelper {
return getLoginUser().getUsername(); return getLoginUser().getUsername();
} }
/**
* 获取用户部门名称
*/
public static String getDeptName() {
return getLoginUser().getDeptName();
}
/** /**
* 获取用户类型 * 获取用户类型
*/ */