From fdbbde7abfc5ffc04ec743d0fd00c523d361fa54 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 21 Nov 2024 10:54:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96-=E5=9C=A8=E6=9C=8D=E5=8A=A1=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E7=94=A8=E6=88=B7=E6=97=A0=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=9B=AE=E5=BD=95=E7=AE=A1=E7=90=86=E6=9D=83=E9=99=90?= =?UTF-8?q?=EF=BC=8C=E9=80=9A=E8=BF=87=E6=9C=8D=E5=8A=A1=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1294754996781056]自动化-在服务目录页面,用户无服务目录管理权限,通过服务发起作业异常 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1294754996781056 --- .../module/autoexec/api/service/GetAutoexecServiceApi.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/neatlogic/module/autoexec/api/service/GetAutoexecServiceApi.java b/src/main/java/neatlogic/module/autoexec/api/service/GetAutoexecServiceApi.java index 7c4059e0..83c15b1b 100644 --- a/src/main/java/neatlogic/module/autoexec/api/service/GetAutoexecServiceApi.java +++ b/src/main/java/neatlogic/module/autoexec/api/service/GetAutoexecServiceApi.java @@ -18,7 +18,7 @@ package neatlogic.module.autoexec.api.service; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import neatlogic.framework.auth.core.AuthAction; -import neatlogic.framework.autoexec.auth.AUTOEXEC_SERVICE_MANAGE; +import neatlogic.framework.autoexec.auth.AUTOEXEC_BASE; import neatlogic.framework.autoexec.constvalue.AutoexecServiceType; import neatlogic.framework.autoexec.dto.service.AutoexecServiceAuthorityVo; import neatlogic.framework.autoexec.dto.service.AutoexecServiceVo; @@ -38,7 +38,7 @@ import java.util.List; import java.util.Objects; @Service -@AuthAction(action = AUTOEXEC_SERVICE_MANAGE.class) +@AuthAction(action = AUTOEXEC_BASE.class) @OperationType(type = OperationTypeEnum.SEARCH) public class GetAutoexecServiceApi extends PrivateApiComponentBase { -- Gitee