whycxzp
2023-07-27 53568839cae3f463bf85f42763594cc7fa44a1e3
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(){