From b6dd47b05107fc36d8ff4f7f29a4446521f95503 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 02 一月 2025 18:44:28 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java index 3890e4a..d08876e 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java @@ -42,7 +42,7 @@ * 鏌ヨ璐圭敤鐢宠鏄庣粏鍒楄〃 */ @ApiOperation("鏌ヨ璐圭敤鐢宠鏄庣粏鍒楄〃") - //@PreAuthorize("@ss.hasPermi('project:funddetail:list')") + //// @PreAuthorize("@ss.hasPermi('project:funddetail:list')") @GetMapping("/list") public TableDataInfo list(ServiceFunddetail serviceFunddetail) { startPage(); @@ -55,7 +55,7 @@ * 瀵煎嚭璐圭敤鐢宠鏄庣粏鍒楄〃 */ @ApiOperation("瀵煎嚭璐圭敤鐢宠鏄庣粏鍒楄〃") - //@PreAuthorize("@ss.hasPermi('project:funddetail:export')") + //// @PreAuthorize("@ss.hasPermi('project:funddetail:export')") @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.EXPORT) @GetMapping("/export") public AjaxResult export(ServiceFunddetail serviceFunddetail) { @@ -68,7 +68,7 @@ * 鑾峰彇璐圭敤鐢宠鏄庣粏璇︾粏淇℃伅 */ @ApiOperation("鑾峰彇璐圭敤鐢宠鏄庣粏璇︾粏淇℃伅") - //@PreAuthorize("@ss.hasPermi('project:funddetail:query')") + //// @PreAuthorize("@ss.hasPermi('project:funddetail:query')") @GetMapping(value = "/{id}") public AjaxResult getInfo(@PathVariable("id") Long id) { return AjaxResult.success(serviceFunddetailService.getById(id)); @@ -78,7 +78,7 @@ * 鏂板璐圭敤鐢宠鏄庣粏 */ @ApiOperation("鏂板璐圭敤鐢宠鏄庣粏") - //@PreAuthorize("@ss.hasPermi('project:funddetail:add')") + //// @PreAuthorize("@ss.hasPermi('project:funddetail:add')") @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.INSERT) @PostMapping("/add") @NotRepeatCommit(key = "param:arg[1]", value = 30000) @@ -91,7 +91,7 @@ * 淇敼璐圭敤鐢宠鏄庣粏 */ @ApiOperation("淇敼璐圭敤鐢宠鏄庣粏") - //@PreAuthorize("@ss.hasPermi('project:funddetail:edit')") + //// @PreAuthorize("@ss.hasPermi('project:funddetail:edit')") @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.UPDATE) @PostMapping("/edit") @NotRepeatCommit(key = "param:arg[1]", value = 30000) @@ -104,7 +104,7 @@ * 鍒犻櫎璐圭敤鐢宠鏄庣粏 */ @ApiOperation("鍒犻櫎璐圭敤鐢宠鏄庣粏") - //@PreAuthorize("@ss.hasPermi('project:funddetail:remove')") + //// @PreAuthorize("@ss.hasPermi('project:funddetail:remove')") @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.DELETE) @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { -- Gitblit v1.9.3