src/main/java/com/whyc/controller/RealContoller.java
@@ -39,7 +39,7 @@ @ApiOperation(value = "系统概览获取前一百比时间间隔数据直流输出统计") @GetMapping("getPwrHisDcoutData100") public Response getPwrHisDcoutData100(@RequestParam Integer powerId){ public Response getPwrHisDcoutData100(@RequestParam Integer powerId) throws ParseException, InterruptedException { return pwrdevHistorydataIdService.getHalfHourPwrHisDcoutData(powerId); }