From df62988da54d44526b0ea768b64a6e176c00e737 Mon Sep 17 00:00:00 2001
From: lige <bestlige@outlook.com>
Date: 星期一, 04 十二月 2023 14:52:31 +0800
Subject: [PATCH] 111

---
 ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjTeamContactLogController.java |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjTeamContactLogController.java b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjTeamContactLogController.java
index 31cd5b8..b64feea 100644
--- a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjTeamContactLogController.java
+++ b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjTeamContactLogController.java
@@ -37,7 +37,6 @@
     /**
      * 鏌ヨ鍥㈤槦棰勭害娌熼�氳褰曞垪琛�
      */
-    @PreAuthorize("@ss.hasPermi('hosp:TjTeamContactLog:list')")
     @GetMapping("/list")
     public TableDataInfo list(TjTeamContactLog tjTeamContactLog) {
         startPage();
@@ -48,7 +47,6 @@
     /**
      * 瀵煎嚭鍥㈤槦棰勭害娌熼�氳褰曞垪琛�
      */
-    @PreAuthorize("@ss.hasPermi('hosp:TjTeamContactLog:export')")
     @Log(title = "鍥㈤槦棰勭害娌熼�氳褰�", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(HttpServletResponse response, TjTeamContactLog tjTeamContactLog) {
@@ -60,7 +58,6 @@
     /**
      * 鑾峰彇鍥㈤槦棰勭害娌熼�氳褰曡缁嗕俊鎭�
      */
-    @PreAuthorize("@ss.hasPermi('hosp:TjTeamContactLog:query')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id) {
         return success(tjTeamContactLogService.selectTjTeamContactLogById(id));
@@ -69,7 +66,6 @@
     /**
      * 鏂板鍥㈤槦棰勭害娌熼�氳褰�
      */
-    @PreAuthorize("@ss.hasPermi('hosp:TjTeamContactLog:add')")
     @Log(title = "鍥㈤槦棰勭害娌熼�氳褰�", businessType = BusinessType.INSERT)
     @PostMapping
     public AjaxResult add(@RequestBody TjTeamContactLog tjTeamContactLog) {
@@ -79,7 +75,6 @@
     /**
      * 淇敼鍥㈤槦棰勭害娌熼�氳褰�
      */
-    @PreAuthorize("@ss.hasPermi('hosp:TjTeamContactLog:edit')")
     @Log(title = "鍥㈤槦棰勭害娌熼�氳褰�", businessType = BusinessType.UPDATE)
     @PutMapping
     public AjaxResult edit(@RequestBody TjTeamContactLog tjTeamContactLog) {
@@ -89,7 +84,6 @@
     /**
      * 鍒犻櫎鍥㈤槦棰勭害娌熼�氳褰�
      */
-    @PreAuthorize("@ss.hasPermi('hosp:TjTeamContactLog:remove')")
     @Log(title = "鍥㈤槦棰勭害娌熼�氳褰�", businessType = BusinessType.DELETE)
     @DeleteMapping("/{ids}")
     public AjaxResult remove(@PathVariable Long[] ids) {

--
Gitblit v1.8.0