edit report probation
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
kittapath 2025-01-11 10:57:59 +07:00
parent 164dc819ab
commit dba085d55a

View file

@ -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,