From 722fa40345f1fc650eaeae4a721c3ae4106d92a8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 19:03:56 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/MedicalHistoryController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/MedicalHistoryController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/MedicalHistoryController.java
index 2eb6c2b..6ec8ebd 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/MedicalHistoryController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/MedicalHistoryController.java
@@ -35,7 +35,7 @@
/**
* 鏌ヨ鐥呭彶鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:history:list')")
+ //@PreAuthorize("@ss.hasPermi('system:history:list')")
@PostMapping("/selectMedicalHistoryList")
@ApiOperation("鏌ヨ鐥呭彶鍒楄〃")
public TableDataInfo selectMedicalHistorylist(@RequestBody MedicalHistory medicalHistory) {
@@ -47,7 +47,7 @@
/**
* 瀵煎嚭鐥呭彶鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:history:export')")
+ //@PreAuthorize("@ss.hasPermi('system:history:export')")
@Log(title = "鐥呭彶", businessType = BusinessType.EXPORT)
@ApiOperation("瀵煎嚭鐥呭彶鍒楄〃")
@PostMapping("/export")
@@ -60,7 +60,7 @@
/**
* 鑾峰彇鐥呭彶璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:history:query')")
+ //@PreAuthorize("@ss.hasPermi('system:history:query')")
@ApiOperation("鑾峰彇鐥呭彶璇︾粏淇℃伅")
@GetMapping(value = "/getInfo/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id,@PathVariable("pid") Long pid) {
@@ -70,7 +70,7 @@
/**
* 鏂板鐥呭彶
*/
- @PreAuthorize("@ss.hasPermi('system:history:add')")
+ //@PreAuthorize("@ss.hasPermi('system:history:add')")
@Log(title = "鐥呭彶", businessType = BusinessType.INSERT)
@ApiOperation("鏂板鐥呭彶")
@PostMapping("/add")
@@ -81,7 +81,7 @@
/**
* 淇敼鐥呭彶
*/
- @PreAuthorize("@ss.hasPermi('system:history:edit')")
+ //@PreAuthorize("@ss.hasPermi('system:history:edit')")
@Log(title = "鐥呭彶", businessType = BusinessType.UPDATE)
@ApiOperation("淇敼鐥呭彶")
@PostMapping("/edit")
@@ -92,7 +92,7 @@
/**
* 鍒犻櫎鐥呭彶
*/
- @PreAuthorize("@ss.hasPermi('system:history:remove')")
+ //@PreAuthorize("@ss.hasPermi('system:history:remove')")
@Log(title = "鐥呭彶", businessType = BusinessType.DELETE)
@ApiOperation("鍒犻櫎鐥呭彶")
@GetMapping("/remove/{ids}")
--
Gitblit v1.9.3