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 7c4059e07a79abaa3530fe372ade2b7d28d16d9b..83c15b1b72eed2d1e7367b04840234f0d9d88eb3 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 {