no message
This commit is contained in:
parent
fe804ed6a0
commit
ebd76ba87c
1 changed files with 3 additions and 3 deletions
|
|
@ -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 != "")
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue