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/SvyTaskTemplateTargetoptionController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyTaskTemplateTargetoptionController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyTaskTemplateTargetoptionController.java
index 78d8d0c..aa10dd8 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyTaskTemplateTargetoptionController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyTaskTemplateTargetoptionController.java
@@ -30,7 +30,7 @@
/**
* 鏌ヨ闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴撳垪琛�
*/
- @PreAuthorize("@ss.hasPermi('system:targetoption:list')")
+ //@PreAuthorize("@ss.hasPermi('system:targetoption:list')")
@GetMapping("/list")
public TableDataInfo list(SvyTaskTemplateTargetoption svyTaskTemplateTargetoption) {
startPage();
@@ -41,7 +41,7 @@
/**
* 瀵煎嚭闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴撳垪琛�
*/
- @PreAuthorize("@ss.hasPermi('system:targetoption:export')")
+ //@PreAuthorize("@ss.hasPermi('system:targetoption:export')")
@Log(title = "闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, SvyTaskTemplateTargetoption svyTaskTemplateTargetoption) {
@@ -53,7 +53,7 @@
/**
* 鑾峰彇闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴撹缁嗕俊鎭�
*/
- @PreAuthorize("@ss.hasPermi('system:targetoption:query')")
+ //@PreAuthorize("@ss.hasPermi('system:targetoption:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id) {
return success(svyTaskTemplateTargetoptionService.selectSvyTaskTemplateTargetoptionById(id));
@@ -62,7 +62,7 @@
/**
* 鏂板闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�
*/
- @PreAuthorize("@ss.hasPermi('system:targetoption:add')")
+ //@PreAuthorize("@ss.hasPermi('system:targetoption:add')")
@Log(title = "闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@RequestBody SvyTaskTemplateTargetoption svyTaskTemplateTargetoption) {
@@ -72,7 +72,7 @@
/**
* 淇敼闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�
*/
- @PreAuthorize("@ss.hasPermi('system:targetoption:edit')")
+ //@PreAuthorize("@ss.hasPermi('system:targetoption:edit')")
@Log(title = "闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@RequestBody SvyTaskTemplateTargetoption svyTaskTemplateTargetoption) {
@@ -82,7 +82,7 @@
/**
* 鍒犻櫎闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�
*/
- @PreAuthorize("@ss.hasPermi('system:targetoption:remove')")
+ //@PreAuthorize("@ss.hasPermi('system:targetoption:remove')")
@Log(title = "闂嵎浠诲姟妯℃澘鎸囨爣閫夐」搴�", businessType = BusinessType.DELETE)
@DeleteMapping("/{ids}")
public AjaxResult remove(@PathVariable Long[] ids) {
--
Gitblit v1.9.3