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/PatMedDrugController.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedDrugController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedDrugController.java index b57a610..f902833 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedDrugController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedDrugController.java @@ -19,7 +19,7 @@ /** * 鎮h�呯敤鑽褰旵ontroller - * + * * @author ruoyi * @date 2023-06-16 */ @@ -35,7 +35,7 @@ * 鏌ヨ鎮h�呯敤鑽褰曞垪琛� */ @ApiOperation("鏌ヨ鎮h�呯敤鑽褰曞垪琛�") - @PreAuthorize("@ss.hasPermi('system:drug:list')") + //@PreAuthorize("@ss.hasPermi('system:drug:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody PatMedDrug patMedDrug) { @@ -48,7 +48,7 @@ * 瀵煎嚭鎮h�呯敤鑽褰曞垪琛� */ @ApiOperation("瀵煎嚭鎮h�呯敤鑽褰曞垪琛�") - @PreAuthorize("@ss.hasPermi('system:drug:export')") + //@PreAuthorize("@ss.hasPermi('system:drug:export')") @Log(title = "鎮h�呯敤鑽褰�", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, PatMedDrug patMedDrug) @@ -62,7 +62,7 @@ * 鑾峰彇鎮h�呯敤鑽褰曡缁嗕俊鎭� */ @ApiOperation("鑾峰彇鎮h�呯敤鑽褰曡缁嗕俊鎭�") - @PreAuthorize("@ss.hasPermi('system:drug:query')") + //@PreAuthorize("@ss.hasPermi('system:drug:query')") @GetMapping(value = "/{id}") public AjaxResult getInfo(@PathVariable("id") Long id) { @@ -73,7 +73,7 @@ * 鏂板鎮h�呯敤鑽褰� */ @ApiOperation("鏂板鎮h�呯敤鑽褰�") - @PreAuthorize("@ss.hasPermi('system:drug:add')") + //@PreAuthorize("@ss.hasPermi('system:drug:add')") @Log(title = "鎮h�呯敤鑽褰�", businessType = BusinessType.INSERT) @PostMapping("/add") public AjaxResult add(@RequestBody PatMedDrug patMedDrug) @@ -85,7 +85,7 @@ * 淇敼鎮h�呯敤鑽褰� */ @ApiOperation("淇敼鎮h�呯敤鑽褰�") - @PreAuthorize("@ss.hasPermi('system:drug:edit')") + //@PreAuthorize("@ss.hasPermi('system:drug:edit')") @Log(title = "鎮h�呯敤鑽褰�", businessType = BusinessType.UPDATE) @PostMapping("/edit") public AjaxResult edit(@RequestBody PatMedDrug patMedDrug) @@ -97,7 +97,7 @@ * 鍒犻櫎鎮h�呯敤鑽褰� */ @ApiOperation("鍒犻櫎鎮h�呯敤鑽褰�") - @PreAuthorize("@ss.hasPermi('system:drug:remove')") + //@PreAuthorize("@ss.hasPermi('system:drug:remove')") @Log(title = "鎮h�呯敤鑽褰�", businessType = BusinessType.DELETE) @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) -- Gitblit v1.9.3