|
@@ -121,7 +121,7 @@ public class TMtMessageattentionController extends BaseController {
|
|
/**
|
|
/**
|
|
* 获取信息提醒详细信息
|
|
* 获取信息提醒详细信息
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('plant:meeting:query')")
|
|
|
|
|
|
+ @PreAuthorize("@ss.hasPermi('plant:meeting:list')")
|
|
@GetMapping(value = "/{id}")
|
|
@GetMapping(value = "/{id}")
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
return AjaxResult.success(tMtMessageattentionService.selectTMtMessageattentionById(id));
|
|
return AjaxResult.success(tMtMessageattentionService.selectTMtMessageattentionById(id));
|