| | |
| | | private BatteryAlarmService service; |
| | | |
| | | @GetMapping("monCapacity") |
| | | @ApiOperation(notes = "", value = "单体容量告警低统计") |
| | | @ApiOperation(value = "单体容量告警低统计") |
| | | public Response<Map> getMonCapacityLowAnalysis(HttpServletRequest request) { |
| | | int userId = CommonUtil.getUser(request).getId(); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("onlinegroupVolAnalysis") |
| | | @ApiOperation(notes = "", value = "在线电压和组端电压") |
| | | @ApiOperation(value = "在线电压和组端电压") |
| | | public Response<Map> getOnlineAndGroupVolAnalysis(HttpServletRequest request) { |
| | | int userId = CommonUtil.getUser(request).getId(); |
| | | |
| | | return service.getOnlineAndGroupVolAnalysis(userId); |
| | | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * BTS 设备状态 |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("btsStatus") |
| | | @ApiOperation(notes = "", value = "BTS设备状态") |
| | | @ApiOperation(value = "BTS设备状态") |
| | | public Response<Map> getBTSEquipStatus(HttpServletRequest request) { |
| | | int userId = CommonUtil.getUser(request).getId(); |
| | | |
| | |
| | | |
| | | |
| | | @GetMapping("dischargeAnalysis") |
| | | @ApiOperation(notes = "", value = "放电电流") |
| | | @ApiOperation(value = "放电电流") |
| | | public Response<Map> getDischargeAnalysis(HttpServletRequest request) { |
| | | int userId = CommonUtil.getUser(request).getId(); |
| | | |
| | |
| | | } |
| | | |
| | | @GetMapping("chargeAnalysis") |
| | | @ApiOperation(notes = "", value = "放电和 充电电流") |
| | | @ApiOperation(value = "放电和 充电电流") |
| | | public Response<Map> getChargeAnalysis(HttpServletRequest request) { |
| | | int userId = CommonUtil.getUser(request).getId(); |
| | | |
| | |
| | | } |
| | | |
| | | @GetMapping("monVRTAnalysis") |
| | | @ApiOperation(notes = "", value = "单体电压、内阻和温度状态") |
| | | @ApiOperation(value = "单体电压、内阻和温度状态") |
| | | public Response<Map> getMonVRTAnalysis(HttpServletRequest request) { |
| | | int userId = CommonUtil.getUser(request).getId(); |
| | | |