This commit is contained in:
@jyuhsin
2026-02-27 09:55:40 +08:00
parent 92a8386e40
commit 9df5f6e5ff
2 changed files with 3 additions and 1 deletions
@@ -47,6 +47,7 @@ RoleConstant {
BRANCH_UNION_SHENGGHUO_WY("分工会生活委员"),
BRANCH_UNION_TIAOJIE_WY("分工会调解委员"),
BRANCH_UNION_WENTI_SPORTS("分工会文体福利委员"),
BRANCH_UNION_XJSHAN_PROMOTION("分工会宣传经审委员"),
UNIT_PARTY_SECRETARY("单位党委书记"),
@@ -149,7 +149,8 @@ public class CondolenceApplyController {
RoleConstant.BRANCH_UNION_CHAIRMAN.name(),
RoleConstant.BRANCH_UNION_WY.name(),
RoleConstant.BRANCH_UNION_XUANCHUAN_WY.name(),
RoleConstant.BRANCH_UNION_WENTI_WY.name()
RoleConstant.BRANCH_UNION_WENTI_WY.name(),
RoleConstant.BRANCH_UNION_XJSHAN_PROMOTION.name()
)) {
cnd.and(View_user::getUnionId, "=", SecurityUtil.getUnionId());
} else {