|
@@ -67,7 +67,7 @@ public class AppDoctorController extends BaseController {
|
67
|
|
67
|
|
68
|
@GetMapping("/detail")
|
68
|
@GetMapping("/detail")
|
69
|
@ApiOperation("出诊医生详情")
|
69
|
@ApiOperation("出诊医生详情")
|
70
|
- public AjaxResult detail(@RequestParam(name = "doctorId") Long doctorId) throws ParseException {
|
|
|
|
|
70
|
+ public AjaxResult detail(@RequestParam(name = "doctorId") Long doctorId) {
|
71
|
// 查询出诊医生
|
71
|
// 查询出诊医生
|
72
|
DoctorVO doctorVO = doctorService.getById(doctorId);
|
72
|
DoctorVO doctorVO = doctorService.getById(doctorId);
|
73
|
|
73
|
|