| | |
| | | return service.getEnergyStatistics(year); |
| | | } |
| | | |
| | | @GetMapping("getEnergyStatistics_nj") |
| | | @ApiOperation(value = "能效统计--南京websocket首页") |
| | | public Response getEnergyStatistics_nj(@RequestParam int year,@RequestParam int userId) { |
| | | return service.getEnergyStatistics_nj(year,userId); |
| | | } |
| | | |
| | | @GetMapping("getEnergyStatisticsInBaojiGroup") |
| | | @ApiOperation(value = "能效统计分班组") |
| | | public Response getEnergyStatisticsInBaojiGroup(@RequestParam int year) { |
| | | return service.getEnergyStatisticsInBaojiGroup(year); |
| | | } |
| | | |
| | | @GetMapping("getEnergyStatisticsInBaojiGroupWithOutYear") |
| | | @ApiOperation(value = "能效统计分班组不分年") |
| | | public Response getEnergyStatisticsInBaojiGroupWithOutYear(@RequestParam int year) { |
| | | return service.getEnergyStatisticsInBaojiGroupWithOutYear(year); |
| | | } |
| | | |
| | | @GetMapping("getHrYeardisBatt") |
| | | @ApiOperation(value = "获取本年已核容放电电池组(已弃用没有加and test_stoptype in (2, 3, 4, 6))") |
| | | public Response getHrYeardisBatt() { |