no message

This commit is contained in:
Kittapath 2024-05-29 17:33:16 +07:00
parent fe804ed6a0
commit ebd76ba87c

View file

@ -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 != "")
// {