whyclxw
3 天以前 82d3504d93db29e2b04ed1137e541a19e0cba0f1
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);
    }