no message
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
kittapath 2025-01-14 12:57:43 +07:00
parent a6b256a39c
commit 97b050779a

View file

@ -1034,7 +1034,8 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
positionno = p.PosNo,
organizationname = p.Organization,
salary = r.Amount,
RemarkHorizontal = r.RemarkHorizontal
RemarkVertical = r.RemarkVertical,
RemarkHorizontal = r.RemarkHorizontal,
}).ToList();
var result = new List<dynamic>();