whycxzp
2025-05-27 3e6ac0b05ec1ee4456c7402f17677e449a3dcc09
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);
    }