This commit is contained in:
he
2024-10-22 11:15:26 +08:00
parent 15701ef073
commit 2f1a9af5bd
9 changed files with 205 additions and 81 deletions
@@ -62,7 +62,7 @@ namespace IRaCIS.Api.Controllers
BasicInfoView = await _doctorService.GetBasicInfo(doctorId),
EmploymentView = await _doctorService.GetEmploymentInfo(doctorId),
AttachmentList = await attachmentService.GetAttachments(doctorId),
SummarizeInfo= await _doctorService.GetSummarizeInfo(doctorId),
EducationList = education.EducationList,
PostgraduateList = education.PostgraduateList,