whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
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);
    }