Merge branch 'develop' of github.com:Frappet/BMA-EHR-BackEnd into develop
Some checks failed
release-dev / release-dev (push) Failing after 10s

* 'develop' of github.com:Frappet/BMA-EHR-BackEnd:
  no message
  edit report probation
This commit is contained in:
Warunee Tamkoo 2025-01-11 12:46:50 +07:00
commit 91afbdf2e3
2 changed files with 4 additions and 2 deletions

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,