| | |
| | | |
| | | @ApiOperation("根据电池组id查询该电池组中所有电池信息(图表数据)") |
| | | @GetMapping("/serchByCondition") |
| | | private Response serchByCondition(@RequestParam int battGroupId){ |
| | | public Response serchByCondition(@RequestParam int battGroupId){ |
| | | return service.serchByCondition(battGroupId); |
| | | } |
| | | |
| | | @ApiOperation("在线监测-历史监测-设置内阻信息") |
| | | @ApiOperation("在线监测-历史监测-查询内阻信息") |
| | | @GetMapping("/serchResById") |
| | | private Response serchResById(@RequestParam int battGroupId){ |
| | | public Response serchResById(@RequestParam int battGroupId){ |
| | | return service.serchResById(battGroupId); |
| | | } |
| | | } |