ly 1 سال پیش
والد
کامیت
9d28a75db2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      master/src/main/java/com/ruoyi/project/plant/controller/TMtMeetingController.java

+ 2 - 2
master/src/main/java/com/ruoyi/project/plant/controller/TMtMeetingController.java

@@ -99,7 +99,7 @@ public class TMtMeetingController extends BaseController
     /**
      * 获取装置会议详细信息
      */
-    @PreAuthorize("@ss.hasPermi('plant:meeting:query')")
+    @PreAuthorize("@ss.hasPermi('plant:meeting:list')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id)
     {
@@ -109,7 +109,7 @@ public class TMtMeetingController extends BaseController
     /**
      * 获取装置会议详细信息
      */
-    @PreAuthorize("@ss.hasPermi('plant:meeting:query')")
+    @PreAuthorize("@ss.hasPermi('plant:meeting:list')")
     @GetMapping("/last")
     public AjaxResult getLast(TMtMeeting tMtMeeting)
     {