Merge branch 'adiDev' into develop

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

View file

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