whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
src/main/java/com/whyc/controller/BatttestdataInfController.java
@@ -64,12 +64,24 @@
        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() {