คำสั่งรักษาการ
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
kittapath 2025-02-04 15:37:14 +07:00
parent 4fc2ee5ca0
commit a4447b9014
2 changed files with 4 additions and 0 deletions

View file

@ -689,6 +689,9 @@ namespace BMA.EHR.Placement.Service.Controllers
templateDoc = r.templateDoc,
refCommandCode = r.refCommandCode,
refCommandName = r.refCommandName,
officerOrg = p.Organization,
dateStart = p.DateStart,
dateEnd = p.DateEnd,
}).ToList();
var baseAPIOrg = _configuration["API"];