From 2825e5d603737bc596c0aca6c39929949ac240c7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 22 四月 2024 09:06:26 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundtaxController.java |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundtaxController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundtaxController.java
index ecebc12..c11b8ad 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundtaxController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundtaxController.java
@@ -42,7 +42,6 @@
      * 鏌ヨ涓撳璐圭敤绠楃◣鐢宠涓诲垪琛�
      */
     @ApiOperation("鏌ヨ涓撳璐圭敤绠楃◣鐢宠涓诲垪琛�")
-    @PreAuthorize("@ss.hasPermi('system:fundtax:list')")
     @GetMapping("/list")
     public TableDataInfo list(ServiceFundtax serviceFundtax) {
         startPage();
@@ -71,7 +70,6 @@
      * 鑾峰彇涓撳璐圭敤绠楃◣鐢宠涓昏缁嗕俊鎭�
      */
     @ApiOperation("鑾峰彇涓撳璐圭敤绠楃◣鐢宠涓昏缁嗕俊鎭�")
-    @PreAuthorize("@ss.hasPermi('system:fundtax:query')")
     @GetMapping(value = "/getInfo/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id) {
         ServiceFundtax serviceFundtax = serviceFundtaxService.getById(id);
@@ -86,7 +84,6 @@
      * 淇敼涓撳璐圭敤绠楃◣鐢宠涓�
      */
     @ApiOperation("淇敼涓撳璐圭敤绠楃◣鐢宠涓�")
-    @PreAuthorize("@ss.hasPermi('system:fundtax:edit')")
     @Log(title = "涓撳璐圭敤绠楃◣鐢宠涓�", businessType = BusinessType.UPDATE)
     @PostMapping("/edit")
     @RepeatSubmit
@@ -98,7 +95,6 @@
      * 鍒犻櫎涓撳璐圭敤绠楃◣鐢宠涓�
      */
     @ApiOperation("鍒犻櫎涓撳璐圭敤绠楃◣鐢宠涓�")
-    @PreAuthorize("@ss.hasPermi('system:fundtax:remove')")
     @Log(title = "涓撳璐圭敤绠楃◣鐢宠涓�", businessType = BusinessType.DELETE)
     @GetMapping("/remove/{id}")
     public AjaxResult remove(@PathVariable Long id) {
@@ -110,7 +106,6 @@
      * 鏂板涓撳璐圭敤绠楃◣鐢宠涓�
      */
     @ApiOperation("鏂板涓撳璐圭敤绠楃◣鐢宠涓�")
-    @PreAuthorize("@ss.hasPermi('system:fundtax:add')")
     @Log(title = "涓撳璐圭敤绠楃◣鐢宠涓�", businessType = BusinessType.INSERT)
     @PostMapping("/addFundTax")
     public AjaxResult addFundTax(@RequestBody ServiceFundtax serviceFundtax) {

--
Gitblit v1.9.3