From 9ea8edde96272e14b0deacb81996a65c4fcb5285 Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期三, 13 九月 2023 16:49:18 +0800 Subject: [PATCH] 修改接口权限 --- ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjPureToneTestController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjPureToneTestController.java b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjPureToneTestController.java index 81a47fd..5f35c90 100644 --- a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjPureToneTestController.java +++ b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjPureToneTestController.java @@ -53,7 +53,7 @@ /** * 鏌ヨ绾煶鍚槇娴嬭瘯鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:list')") + //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:list')") @GetMapping("/list") @ApiOperation(value = "绾煶鍚槇鏌ヨ(榛樿鑷甫)") public TableDataInfo list(TjPureToneTest tjPureToneTest) { @@ -105,7 +105,7 @@ /** * 瀵煎嚭绾煶鍚槇娴嬭瘯鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:export')") + //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:export')") @Log(title = "绾煶鍚槇娴嬭瘯", businessType = BusinessType.EXPORT) @PostMapping("/export") @ApiOperation(value = "瀵煎嚭绾煶鍚槇娴嬭瘯鍒楄〃") @@ -118,7 +118,7 @@ /** * 鑾峰彇绾煶鍚槇娴嬭瘯璇︾粏淇℃伅 */ - @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:query')") + //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:query')") @GetMapping(value = "/{id}") @ApiOperation(value = "鑾峰彇绾煶鍚槇娴嬭瘯璇︾粏淇℃伅") public AjaxResult getInfo(@PathVariable("id") String id) { @@ -128,7 +128,7 @@ /** * 鏂板绾煶鍚槇娴嬭瘯 */ - @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:add')") + //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:add')") @Log(title = "绾煶鍚槇娴嬭瘯", businessType = BusinessType.INSERT) @PostMapping @ApiOperation(value = "鏂板绾煶鍚槇娴嬭瘯") @@ -139,7 +139,7 @@ /** * 淇敼绾煶鍚槇娴嬭瘯 */ - @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:edit')") + //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:edit')") @Log(title = "绾煶鍚槇娴嬭瘯", businessType = BusinessType.UPDATE) @PutMapping @ApiOperation(value = "淇敼绾煶鍚槇娴嬭瘯") @@ -150,7 +150,7 @@ /** * 鍒犻櫎绾煶鍚槇娴嬭瘯 */ - @PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:remove')") + //@PreAuthorize("@ss.hasPermi('pureToneTest:pureToneTest:remove')") @Log(title = "绾煶鍚槇娴嬭瘯", businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") @ApiOperation(value = "鍒犻櫎绾煶鍚槇娴嬭瘯") -- Gitblit v1.8.0