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 919ce06b518c075592b6126e05da4808e5072a7c..dcea1cbd3735128f49a53c6ad209a37f99662bbb 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 {