From 049de15cd8e6dd554c02277560b47d1304d6a78b Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 16 Oct 2025 18:26:14 +0800 Subject: [PATCH] commit --- .../change/MemberChangeMineController.java | 3 ++- .../resources/views/platform/sys/union/index.html | 10 +++++++++- .../resources/views/platform/sys/unit/index.html | 10 +++++++++- .../zhgh/activity/basic/settings/index.html | 10 +++++++++- .../platform/zhgh/activity/basic/union/index.html | 10 +++++++++- .../platform/zhgh/activity/basic/unit/index.html | 10 +++++++++- .../zhgh/club/infoManage/manage/index.html | 10 +++++++++- .../zhgh/dayofficework/honor/basic/index.html | 15 ++++++++++++--- .../delegationOnePush/index.html | 8 ++++---- .../delegationTwoPush/index.html | 8 ++++---- .../executiveCommitteeMember/index.html | 14 +++++++------- .../preparatoryGroupPush/index.html | 8 ++++---- .../democratic/workercongress/delegation/tree.js | 10 +++++++++- .../mutualInsurance/collect/index.html | 4 ++++ .../staffmanage/childManage/manage/index.html | 2 +- .../zhgh/staffmanage/member/change/common/info.js | 3 ++- 16 files changed, 103 insertions(+), 32 deletions(-) diff --git a/src/main/java/com/budwk/app/zhgh/staffmanage/member/controller/change/MemberChangeMineController.java b/src/main/java/com/budwk/app/zhgh/staffmanage/member/controller/change/MemberChangeMineController.java index 18719775..8dbe211e 100644 --- a/src/main/java/com/budwk/app/zhgh/staffmanage/member/controller/change/MemberChangeMineController.java +++ b/src/main/java/com/budwk/app/zhgh/staffmanage/member/controller/change/MemberChangeMineController.java @@ -1,6 +1,7 @@ package com.budwk.app.zhgh.staffmanage.member.controller.change; import cn.dev33.satoken.annotation.SaCheckPermission; +import cn.dev33.satoken.annotation.SaMode; import cn.hutool.core.util.StrUtil; import com.budwk.app.base.annotation.SLog; import com.budwk.app.base.constant.RoleConstant; @@ -147,7 +148,7 @@ public class MemberChangeMineController { @At @ApiOperation("根据id查询变更记录") - @SaCheckPermission("member.change.mine") + @SaCheckPermission(value = {"member.change.mine", "member.change.unionGroup.audit"}, mode = SaMode.OR) public Result findMemberChangeRecord(String id){ MemberChangeRecord record = dao.fetch(MemberChangeRecord.class, id); NutMap nutMap = Lang.obj2nutmap(record); diff --git a/src/main/resources/views/platform/sys/union/index.html b/src/main/resources/views/platform/sys/union/index.html index accf5fc4..61029c38 100644 --- a/src/main/resources/views/platform/sys/union/index.html +++ b/src/main/resources/views/platform/sys/union/index.html @@ -20,7 +20,15 @@ layout("/layouts/platform.html"){ @node-click="treeNodeClick" :filter-node-method="filterNode" highlight-current - > + > + + diff --git a/src/main/resources/views/platform/sys/unit/index.html b/src/main/resources/views/platform/sys/unit/index.html index 22ac05fc..172ae8fd 100644 --- a/src/main/resources/views/platform/sys/unit/index.html +++ b/src/main/resources/views/platform/sys/unit/index.html @@ -21,7 +21,15 @@ layout("/layouts/platform.html"){ @node-click="treeNodeClick" :filter-node-method="filterNode" highlight-current - > + > + + diff --git a/src/main/resources/views/platform/zhgh/activity/basic/settings/index.html b/src/main/resources/views/platform/zhgh/activity/basic/settings/index.html index 2edf817c..33840388 100644 --- a/src/main/resources/views/platform/zhgh/activity/basic/settings/index.html +++ b/src/main/resources/views/platform/zhgh/activity/basic/settings/index.html @@ -20,7 +20,15 @@ layout("/layouts/platform.html"){ highlight-current node-key="id" ref="treeRef" - > + > + + diff --git a/src/main/resources/views/platform/zhgh/activity/basic/union/index.html b/src/main/resources/views/platform/zhgh/activity/basic/union/index.html index b66c726f..d55312cc 100644 --- a/src/main/resources/views/platform/zhgh/activity/basic/union/index.html +++ b/src/main/resources/views/platform/zhgh/activity/basic/union/index.html @@ -18,7 +18,15 @@ layout("/layouts/platform.html"){ default-expand-all highlight-current ref="treeRef" - > + > + + diff --git a/src/main/resources/views/platform/zhgh/activity/basic/unit/index.html b/src/main/resources/views/platform/zhgh/activity/basic/unit/index.html index 14737eb7..d472f6d2 100644 --- a/src/main/resources/views/platform/zhgh/activity/basic/unit/index.html +++ b/src/main/resources/views/platform/zhgh/activity/basic/unit/index.html @@ -19,7 +19,15 @@ layout("/layouts/platform.html"){ highlight-current node-key="id" ref="treeRef" - > + > + + diff --git a/src/main/resources/views/platform/zhgh/club/infoManage/manage/index.html b/src/main/resources/views/platform/zhgh/club/infoManage/manage/index.html index d8968617..5c69ce2c 100644 --- a/src/main/resources/views/platform/zhgh/club/infoManage/manage/index.html +++ b/src/main/resources/views/platform/zhgh/club/infoManage/manage/index.html @@ -20,7 +20,15 @@ layout("/layouts/platform.html"){ @node-click="treeNodeClick" :filter-node-method="filterNode" highlight-current - > + > + + diff --git a/src/main/resources/views/platform/zhgh/dayofficework/honor/basic/index.html b/src/main/resources/views/platform/zhgh/dayofficework/honor/basic/index.html index bebe6ec3..ff653da2 100644 --- a/src/main/resources/views/platform/zhgh/dayofficework/honor/basic/index.html +++ b/src/main/resources/views/platform/zhgh/dayofficework/honor/basic/index.html @@ -24,7 +24,16 @@ layout("/layouts/platform.html"){ highlight-current node-key="id" ref="treeRef" - > + > + + + @@ -36,8 +45,8 @@ layout("/layouts/platform.html"){ 新建基础类型 - - + + - - @@ -69,9 +69,9 @@ layout("/layouts/platform.html"){ - - + +