一些权限限制的去除

This commit is contained in:
wangliwen 2022-04-26 19:48:10 +08:00
parent 444b96b312
commit 66e50fd582
1 changed files with 1 additions and 2 deletions

View File

@ -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<String, Object> params, HttpServletResponse response) throws Exception {
List<TDemandCommentDTO> list = tDemandCommentService.list(params);