This commit is contained in:
parent
164dc819ab
commit
dba085d55a
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ namespace BMA.EHR.Application.Repositories.Reports
|
|||
Knowledges = knowledges,
|
||||
Competencys = competencys,
|
||||
Outputs = outputs,
|
||||
Skills=skills,
|
||||
Laws=laws,
|
||||
OtherDesc = string.IsNullOrEmpty(probation_assign.result.assign.other_desc) ? "-" : probation_assign.result.assign.other_desc,
|
||||
Other4Desc = string.IsNullOrEmpty(probation_assign.result.assign.other4_desc) ? "-" : probation_assign.result.assign.other4_desc,
|
||||
Other5No1Desc = string.IsNullOrEmpty(probation_assign.result.assign.other5_no1_desc) ? "-" : probation_assign.result.assign.other5_no1_desc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue