|
|
|
@ -32,7 +32,7 @@ public class DoctorController {
@@ -32,7 +32,7 @@ public class DoctorController {
|
|
|
|
|
* @param id |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
@GetMapping("/query/{id}") |
|
|
|
|
@GetMapping("/{id}") |
|
|
|
|
public R queryById(@PathVariable String id) { |
|
|
|
|
return R.ok(doctorService.getById(id)); |
|
|
|
|
} |
|
|
|
|