From 32077d5a61f4924faa9795d736d5df36a233a826 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 19 Jun 2025 18:24:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE-=E6=B7=BB=E5=8A=A0DB=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=97=B6=E5=BF=AB=E9=80=9F=E6=B7=BB=E5=8A=A0=E5=B8=90=E5=8F=B7?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1445578603462656]应用配置-添加DB配置时快速添加帐号的接口权限问题 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1445578603462656 --- .../neatlogic/module/tenant/api/runner/RunnerSearchApi.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/neatlogic/module/tenant/api/runner/RunnerSearchApi.java b/src/main/java/neatlogic/module/tenant/api/runner/RunnerSearchApi.java index 919ce06b..dcea1cbd 100644 --- a/src/main/java/neatlogic/module/tenant/api/runner/RunnerSearchApi.java +++ b/src/main/java/neatlogic/module/tenant/api/runner/RunnerSearchApi.java @@ -15,8 +15,7 @@ along with this program. If not, see .*/ package neatlogic.module.tenant.api.runner; -import neatlogic.framework.auth.core.AuthAction; -import neatlogic.framework.auth.label.RUNNER_MODIFY; +import com.alibaba.fastjson.JSONObject; import neatlogic.framework.common.constvalue.ApiParamType; import neatlogic.framework.dao.mapper.runner.RunnerMapper; import neatlogic.framework.dto.runner.RunnerVo; @@ -25,13 +24,12 @@ import neatlogic.framework.restful.annotation.*; import neatlogic.framework.restful.constvalue.OperationTypeEnum; import neatlogic.framework.restful.core.privateapi.PrivateApiComponentBase; import neatlogic.framework.util.TableResultUtil; -import com.alibaba.fastjson.JSONObject; import org.springframework.stereotype.Service; import javax.annotation.Resource; @Service -@AuthAction(action = RUNNER_MODIFY.class) +//@AuthAction(action = RUNNER_MODIFY.class) @OperationType(type = OperationTypeEnum.SEARCH) public class RunnerSearchApi extends PrivateApiComponentBase { -- Gitee