From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java
index e9c70c4..678aac2 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java
@@ -35,7 +35,7 @@
/**
* 鏌ヨ浠诲姟闂嵎闂閫夐」鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:answer:list')")
+ //@PreAuthorize("@ss.hasPermi('system:answer:list')")
@ApiOperation("鏌ヨ浠诲姟闂嵎闂閫夐」鍒楄〃")
@GetMapping("/list")
public TableDataInfo list(ServiceSubtaskAnswer serviceSubtaskAnswer) {
@@ -47,7 +47,7 @@
/**
* 瀵煎嚭浠诲姟闂嵎闂閫夐」鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:answer:export')")
+ //@PreAuthorize("@ss.hasPermi('system:answer:export')")
@Log(title = "浠诲姟闂嵎闂閫夐」", businessType = BusinessType.EXPORT)
@ApiOperation("浠诲姟闂嵎闂閫夐」")
@PostMapping("/export")
@@ -60,7 +60,7 @@
/**
* 鑾峰彇浠诲姟闂嵎闂閫夐」璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:answer:query')")
+ //@PreAuthorize("@ss.hasPermi('system:answer:query')")
@GetMapping(value = "/getInfo/{id}")
@ApiOperation("鑾峰彇浠诲姟闂嵎闂閫夐」璇︾粏淇℃伅")
public AjaxResult getInfo(@PathVariable("id") Long id) {
@@ -70,7 +70,7 @@
/**
* 鏂板浠诲姟闂嵎闂閫夐」
*/
- @PreAuthorize("@ss.hasPermi('system:answer:add')")
+ //@PreAuthorize("@ss.hasPermi('system:answer:add')")
@Log(title = "浠诲姟闂嵎闂閫夐」", businessType = BusinessType.INSERT)
@ApiOperation("鏂板浠诲姟闂嵎闂閫夐」")
@PostMapping("/add")
@@ -81,7 +81,7 @@
/**
* 淇敼浠诲姟闂嵎闂閫夐」
*/
- @PreAuthorize("@ss.hasPermi('system:answer:edit')")
+ //@PreAuthorize("@ss.hasPermi('system:answer:edit')")
@Log(title = "浠诲姟闂嵎闂閫夐」", businessType = BusinessType.UPDATE)
@ApiOperation("淇敼浠诲姟闂嵎闂閫夐」")
@PostMapping("/edit")
@@ -92,7 +92,7 @@
/**
* 鍒犻櫎浠诲姟闂嵎闂閫夐」
*/
- @PreAuthorize("@ss.hasPermi('system:answer:remove')")
+ //@PreAuthorize("@ss.hasPermi('system:answer:remove')")
@Log(title = "浠诲姟闂嵎闂閫夐」", businessType = BusinessType.DELETE)
@ApiOperation("鍒犻櫎浠诲姟闂嵎闂閫夐」")
@DeleteMapping("/remove/{ids}")
--
Gitblit v1.9.3