From 6088cbf4d2d11107c4126856f7267b03cd608763 Mon Sep 17 00:00:00 2001 From: hongqiwei <1143662660@qq.com> Date: Fri, 4 Sep 2026 17:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=B0=E9=9A=BE=E5=B8=AE=E6=89=B6=E5=88=86?= =?UTF-8?q?=E5=B7=A5=E4=BC=9A=E5=A7=94=E5=91=98=E5=8F=AF=E4=BB=A5=E6=9B=BF?= =?UTF-8?q?=E4=BB=96=E4=BB=AC=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../difficulthelp/controller/DifficultHelpApplyController.java | 2 +- .../platform/zhgh/staffbenefit/difficulthelp/apply/form.html | 2 +- .../platform/zhgh/staffbenefit/difficulthelp/apply/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/budwk/app/zhgh/staffbenefit/difficulthelp/controller/DifficultHelpApplyController.java b/src/main/java/com/budwk/app/zhgh/staffbenefit/difficulthelp/controller/DifficultHelpApplyController.java index ecf4666..244200e 100644 --- a/src/main/java/com/budwk/app/zhgh/staffbenefit/difficulthelp/controller/DifficultHelpApplyController.java +++ b/src/main/java/com/budwk/app/zhgh/staffbenefit/difficulthelp/controller/DifficultHelpApplyController.java @@ -153,7 +153,7 @@ public class DifficultHelpApplyController { cnd.and("member", "=", 1); cnd.and("id", "<>", SecurityUtil.getUserId()); if (!AuthUtil.hasRoleOr(RoleConstant.SYSADMIN.name(), RoleConstant.SCHOOL_UNION_ADMIN.name())) { - if (AuthUtil.hasRoleOr(RoleConstant.BRANCH_UNION_CHAIRMAN.name(), RoleConstant.BRANCH_UNION_ADMIN.name(), RoleConstant.BRANCH_UNION_OPERATOR.name())) { + if (AuthUtil.hasRoleOr(RoleConstant.BRANCH_UNION_CHAIRMAN.name(), RoleConstant.BRANCH_UNION_ADMIN.name(), RoleConstant.BRANCH_UNION_OPERATOR.name(), RoleConstant.BRANCH_UNION_WY.name())) { cnd.and("unionid", "=", SecurityUtil.getUnionId()); } else { cnd.and("id", "=", SecurityUtil.getUserId()); diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/form.html b/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/form.html index 412b201..c7bae37 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/form.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/form.html @@ -17,7 +17,7 @@ @change="modeChange" :disabled="formData.id" style="width: 100%"> - diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/index.html index f985894..d8494f1 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/index.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/difficulthelp/apply/index.html @@ -20,7 +20,7 @@ layout("/layouts/platform.html"){ -