一些权限限制的去除
This commit is contained in:
parent
444b96b312
commit
66e50fd582
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue