whycxzp
2023-10-30 cadd969e301bd9cd2332012a6e2e207a23e509e3
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);
    }