diff --git a/src/main/java/com/budwk/app/zhgh/staffbenefit/condolence/controller/CondolenceApplyController.java b/src/main/java/com/budwk/app/zhgh/staffbenefit/condolence/controller/CondolenceApplyController.java index d72cb77..80f4967 100644 --- a/src/main/java/com/budwk/app/zhgh/staffbenefit/condolence/controller/CondolenceApplyController.java +++ b/src/main/java/com/budwk/app/zhgh/staffbenefit/condolence/controller/CondolenceApplyController.java @@ -145,11 +145,13 @@ public class CondolenceApplyController { } if(!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_UNION_ADMIN.name())) { if(AuthUtil.hasRoleOr( - RoleConstant.BRANCH_UNION_ADMIN.name(), + RoleConstant.BRANCH_UNION_ZUZHI_WY.name(), 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_SPORTS.name(), + RoleConstant.BRANCH_UNION_NVGONG_WY.name(), RoleConstant.BRANCH_UNION_XJSHAN_PROMOTION.name() )) { cnd.and(View_user::getUnionId, "=", SecurityUtil.getUnionId());