From e9191e6d4485d94c75f76762b4926439503c20c6 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期四, 14 九月 2023 14:29:10 +0800
Subject: [PATCH] zjh 2023/09/14---1

---
 ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjAskMedicalHistoryController.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjAskMedicalHistoryController.java b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjAskMedicalHistoryController.java
index 5535287..3e7091b 100644
--- a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjAskMedicalHistoryController.java
+++ b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjAskMedicalHistoryController.java
@@ -47,7 +47,7 @@
     /**
      * 鏌ヨ闂瘖鍒楄〃
      */
-    @PreAuthorize("@ss.hasPermi('hosp:history:list')")
+//    @PreAuthorize("@ss.hasPermi('hosp:history:list')")
     @GetMapping("/list")
     public TableDataInfo list(TjAskMedicalHistory tjAskMedicalHistory) {
         startPage();
@@ -58,7 +58,7 @@
     /**
      * 瀵煎嚭闂瘖鍒楄〃
      */
-    @PreAuthorize("@ss.hasPermi('hosp:history:export')")
+//    @PreAuthorize("@ss.hasPermi('hosp:history:export')")
     @Log(title = "闂瘖", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(HttpServletResponse response, TjAskMedicalHistory tjAskMedicalHistory) {
@@ -70,7 +70,7 @@
     /**
      * 鑾峰彇闂瘖璇︾粏淇℃伅
      */
-    @PreAuthorize("@ss.hasPermi('hosp:history:query')")
+//    @PreAuthorize("@ss.hasPermi('hosp:history:query')")
     @GetMapping(value = "/{askId}")
     public AjaxResult getInfo(@PathVariable("askId") Long askId) {
         return success(tjAskMedicalHistoryService.selectTjAskMedicalHistoryByAskId(askId));
@@ -208,7 +208,7 @@
     /**
      * 鍒犻櫎闂瘖
      */
-    @PreAuthorize("@ss.hasPermi('hosp:history:remove')")
+//    @PreAuthorize("@ss.hasPermi('hosp:history:remove')")
     @Log(title = "闂瘖", businessType = BusinessType.DELETE)
     @DeleteMapping("/{askIds}")
     public AjaxResult remove(@PathVariable Long[] askIds) {

--
Gitblit v1.8.0