Merge branch 'adiDev' into develop
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Adisak 2025-11-11 12:03:28 +07:00
commit b1c0ab8266

View file

@ -2364,6 +2364,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
commandCode = r.commandCode,
commandName = r.commandName,
remark = r.remark,
resignId = p.Id,
}).ToList();
var baseAPIOrg = _configuration["API"];