#1947
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
Adisak 2025-11-11 14:18:09 +07:00
parent b1c0ab8266
commit a85749010a

View file

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