src/main/java/com/whyc/controller/BaoJiGroupController.java
@@ -62,6 +62,13 @@ return new Response<List<BaoJiGroup>>().set(1,baoJiGroupList); } @GetMapping("groupWithStationAndAlarmForScreen") @ApiOperation(value = "大屏下的查询班组管理下的站点及告警") public Response<List<BaoJiGroup>> getGroupWithStationAndAlarmForScreen(){ Long uId = ActionUtil.getUser().getUId(); return service.getGroupWithStationAndAlarmForScreen(uId.intValue()); } @GetMapping("groupWithStationAndAlarm") @ApiOperation(value = "查询班组管理下的站点及告警") public Response<List<BaoJiGroup>> getGroupWithStationAndAlarm(){