| | |
| | | service.resTestCompareReport(fileId,fileId2,dto,response); |
| | | } |
| | | |
| | | @ApiOperation("内阻计测试-单数据分析导出(定制去除容量和连接条)") |
| | | @PostMapping("resTestReport_cg") |
| | | public void resTestReport_cg(@RequestBody BattGroupStationInfoWithFileParam info, HttpServletResponse response) throws IOException { |
| | | service.resTestReport_cg(info,response); |
| | | } |
| | | |
| | | @ApiOperation("内阻计测试-对比分析导出(定制去除容量和连接条)") |
| | | @PostMapping("resTestCompareReport_cg") |
| | | public void resTestCompareReport_cg(@RequestParam String fileId,@RequestParam String fileId2,@RequestBody BattGroupStationInfoWithFileParam dto, HttpServletResponse response) throws IOException { |
| | | service.resTestCompareReport_cg(fileId,fileId2,dto,response); |
| | | } |
| | | |
| | | } |