From 66e50fd5829f2ee7799e23972b9de2c32d35ee1f Mon Sep 17 00:00:00 2001 From: wangliwen Date: Tue, 26 Apr 2022 19:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=9B=E6=9D=83=E9=99=90=E9=99=90?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandComment/controller/TDemandCommentController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renren-admin/src/main/java/io/renren/modules/demandComment/controller/TDemandCommentController.java b/renren-admin/src/main/java/io/renren/modules/demandComment/controller/TDemandCommentController.java index 46c857be..040be75d 100644 --- a/renren-admin/src/main/java/io/renren/modules/demandComment/controller/TDemandCommentController.java +++ b/renren-admin/src/main/java/io/renren/modules/demandComment/controller/TDemandCommentController.java @@ -19,7 +19,6 @@ import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import io.swagger.annotations.ApiOperation; -import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import springfox.documentation.annotations.ApiIgnore; @@ -118,7 +117,7 @@ public class TDemandCommentController { @GetMapping("/export") @ApiOperation("导出") @LogOperation("导出") - @RequiresPermissions("demandComment:tdemandcomment:export") +// @RequiresPermissions("demandComment:tdemandcomment:export") public void export(@ApiIgnore @RequestParam Map params, HttpServletResponse response) throws Exception { List list = tDemandCommentService.list(params);