whyclxw
2024-09-12 af99c40a460671cea7c5500a0612b026a91e69e7
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);
    }