lxw
2022-06-16 25b0da55adbf6926da5ff81cdee6a7e20e7d8c20
src/main/java/com/whyc/controller/LithiumDataController.java
@@ -18,7 +18,7 @@
    private LithiumDataService service;
    @ApiOperation("根据电池id查询锂电池信息")
    @GetMapping("/getInfoByBattGroupId")
    @GetMapping("getInfoByBattGroupId")
    private Response getInfoByBattGroupId(@RequestParam int battGroupId){
        return  service.getInfoByBattGroupId(battGroupId);
    }