|
@@ -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)
|
|
|
{
|