This commit is contained in:
@jyuhsin
2026-02-05 08:49:31 +08:00
parent 20b3443866
commit 982bee4ffa
9 changed files with 47 additions and 14 deletions
@@ -40,6 +40,10 @@ public class SecurityUtil {
return Strings.sNull(getSession().get("unitId"));
}
public static String getUnitName() {
return Strings.sNull(getSession().get("unitName"));
}
/**
* 获取当前用户工会ID
*/