lisy
2023-07-26 252253187765e71f2953b8c00e2497ff29a0deaf
cloud-server-account/src/main/java/com/dsh/account/controller/CoachController.java
@@ -20,7 +20,7 @@
     */
    @ResponseBody
    @PostMapping("/coach/queryCoachById")
    public Coach queryCoachById(@RequestBody Integer id){
    public Coach queryCoachById( Integer id){
        try {
            return service.getById(id);
        }catch (Exception e){