whyclxw
2021-12-16 eda472d766ec3947546f9d29c631ec5def11b86e
src/main/java/com/whyc/controller/BattdischargePlanController.java
@@ -34,7 +34,7 @@
    private Response serchBattPlan(String stationName1, String stationName2,String stationName5,String stationId){
        return service.serchBattPlan(stationName1,stationName2,stationName5,stationId);
    }
    @ApiOperation(value = "创建计划-创建计划")
    @ApiOperation(value = "创建计划-创建计划",notes = "返回结果response中用到了msg")
    @GetMapping("/getBattSate")
    private Response getBattSate(@RequestParam int battGroupId){
        return service.getBattSate(battGroupId);