Merge branch 'develop'
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m9s

This commit is contained in:
Adisak 2025-11-11 14:18:55 +07:00
commit 5dab116166

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"];