From 9e99e7e192c62c2274f8f5362b354cbf55c3d80f Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 22 七月 2024 16:21:32 +0800 Subject: [PATCH] 变更 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java index f275cf0..8b71d1f 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java @@ -34,7 +34,7 @@ * 鏌ヨ宸梾鎶ラ攢浠樻淇℃伅鍒楄〃 */ @ApiOperation("鏌ヨ宸梾鎶ラ攢浠樻淇℃伅鍒楄〃") - //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:list')") + //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody ServiceReimbursementpayee serviceReimbursementpayee) { startPage(); @@ -46,7 +46,7 @@ * 瀵煎嚭宸梾鎶ラ攢浠樻淇℃伅鍒楄〃 */ @ApiOperation("瀵煎嚭宸梾鎶ラ攢浠樻淇℃伅鍒楄〃") - //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:export')") + //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:export')") @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.EXPORT) @GetMapping("/export") public AjaxResult export(ServiceReimbursementpayee serviceReimbursementpayee) { @@ -59,7 +59,7 @@ * 鑾峰彇宸梾鎶ラ攢浠樻淇℃伅璇︾粏淇℃伅 */ @ApiOperation("鑾峰彇宸梾鎶ラ攢浠樻淇℃伅璇︾粏淇℃伅") - //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:query')") + //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:query')") @GetMapping(value = "/{id}") public AjaxResult getInfo(@PathVariable("id") String id) { return AjaxResult.success(serviceReimbursementpayeeService.getById(id)); @@ -69,7 +69,7 @@ * 鏂板宸梾鎶ラ攢浠樻淇℃伅 */ @ApiOperation("鏂板宸梾鎶ラ攢浠樻淇℃伅") - //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:add')") + //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:add')") @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.INSERT) @PostMapping("/add") @RepeatSubmit @@ -82,7 +82,7 @@ * 淇敼宸梾鎶ラ攢浠樻淇℃伅 */ @ApiOperation("淇敼宸梾鎶ラ攢浠樻淇℃伅") - //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:edit')") + //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:edit')") @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.UPDATE) @PostMapping("/reimbursementpayeeEdit") @RepeatSubmit @@ -94,7 +94,7 @@ * 鍒犻櫎宸梾鎶ラ攢浠樻淇℃伅 */ @ApiOperation("鍒犻櫎宸梾鎶ラ攢浠樻淇℃伅") - //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:remove')") + //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:remove')") @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.DELETE) @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable String[] ids) { -- Gitblit v1.9.3