From ebd76ba87c688461028f85ce6159af87e79bcc25 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 29 May 2024 17:33:16 +0700 Subject: [PATCH] no message --- Controllers/ProfileReportController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index d11a014..a05fd7a 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -524,9 +524,9 @@ namespace BMA.EHR.Report.Service.Controllers var tblEducation = (Telerik.Reporting.Table)report.Items["detailSection1"].Items["tblEducation"]; tblEducation.DataSource = org.result.Education; var salary = org.result.Salary; - CitizenId = org.result.Profile.CitizenId; - FullName = org.result.Profile.FullName; - OcFullPath = org.result.Profile.OcFullPath; + CitizenId = org.result.Profile[0].CitizenId; + FullName = org.result.Profile[0].FullName; + OcFullPath = org.result.Profile[0].OcFullPath; // if (profile.First().AvatarId != "") // {