| | |
| | | |
| | | @ApiOperation(value = "系统概览获取前一百比时间间隔数据交流输入统计") |
| | | @GetMapping("getPwrHisAcinData100") |
| | | public Response getPwrHisAcinData100(@RequestParam Integer powerId){ |
| | | public Response getPwrHisAcinData100(@RequestParam Integer powerId) throws ParseException, InterruptedException { |
| | | return pwrdevHistorydataIdService.getPwrHisAcinData100(powerId); |
| | | } |
| | | |
| | | @ApiOperation(value = "系统概览获取前一百比时间间隔数据直流输出统计") |
| | | @GetMapping("getPwrHisDcoutData100") |
| | | public Response getPwrHisDcoutData100(@RequestParam Integer powerId){ |
| | | public Response getPwrHisDcoutData100(@RequestParam Integer powerId) throws ParseException, InterruptedException { |
| | | return pwrdevHistorydataIdService.getHalfHourPwrHisDcoutData(powerId); |
| | | } |
| | | |