|
|
|
@ -109,7 +109,7 @@ public class AlertMessageController extends BaseController |
|
|
|
@PreAuthorize("@ss.hasPermi('inMonitoring:alertMessage:listByEquId')") |
|
|
|
@PreAuthorize("@ss.hasPermi('inMonitoring:alertMessage:listByEquId')") |
|
|
|
@GetMapping("/{equId}") |
|
|
|
@GetMapping("/{equId}") |
|
|
|
@ApiOperation("获取界面ALlertMessage信息") |
|
|
|
@ApiOperation("获取界面ALlertMessage信息") |
|
|
|
public TableDataInfo listByEquId(@PathVariable("equId")Long equId) |
|
|
|
public TableDataInfo listByEquId(@PathVariable("equId")String equId) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
List<AlertMessage> list = alertMessageService.selectAlertMessageListByEquId(equId); |
|
|
|
List<AlertMessage> list = alertMessageService.selectAlertMessageListByEquId(equId); |
|
|
|
|