whycxzp
2025-06-10 73bb5617e6aeb4ee8f7dfd4ad54b61d477969d86
src/main/java/com/whyc/controller/BattInfController.java
@@ -47,7 +47,8 @@
    @ApiOperation("查询-根据id")
    @GetMapping("getById")
    public Response getById(@RequestParam int battGroupId){
        return service.getById(battGroupId);
        BattInf battInf = service.getById(battGroupId);
        return new Response().set(1,battInf);
    }