修改医生

Uat_Study
{872297557@qq.com} 2022-11-28 10:12:10 +08:00
parent 55bf59e667
commit 8633647d35
1 changed files with 1 additions and 1 deletions

View File

@ -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,