修改医生
parent
55bf59e667
commit
8633647d35
|
@ -62,7 +62,7 @@ namespace IRaCIS.Api.Controllers
|
||||||
AuditView =await _doctorService.GetAuditState(doctorId),
|
AuditView =await _doctorService.GetAuditState(doctorId),
|
||||||
BasicInfoView = await _doctorService.GetBasicInfo(doctorId),
|
BasicInfoView = await _doctorService.GetBasicInfo(doctorId),
|
||||||
EmploymentView = await _doctorService.GetEmploymentInfo(doctorId),
|
EmploymentView = await _doctorService.GetEmploymentInfo(doctorId),
|
||||||
//AttachmentList = attachmentService.GetAttachments(doctorId),
|
AttachmentList = await attachmentService.GetAttachments(doctorId),
|
||||||
|
|
||||||
EducationList = education.EducationList,
|
EducationList = education.EducationList,
|
||||||
PostgraduateList = education.PostgraduateList,
|
PostgraduateList = education.PostgraduateList,
|
||||||
|
|
Loading…
Reference in New Issue