whyclxw
2025-05-28 e16302f9d475c7cc4dd18c5abf1a23cb5502e362
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);
    }