ส่งฟิลด์ไปออกคำสั่งกลับรับราชการเพิ่ม (ฟิลด์ประเภท ระดับ ตำแหน่ง)

This commit is contained in:
Bright 2025-03-31 17:32:58 +07:00
parent c0ff9d4eb2
commit 9f55dcb5a9

View file

@ -822,6 +822,9 @@ namespace BMA.EHR.Retirement.Service.Controllers
commandCode = r.commandCode,
commandName = r.commandName,
remark = r.remark,
positionTypeNew = p.posTypeId,
positionLevelNew = p.posLevelId,
positionNameNew = p.position,
}).ToList();
var baseAPIOrg = _configuration["API"];
@ -1047,6 +1050,9 @@ namespace BMA.EHR.Retirement.Service.Controllers
commandCode = r.commandCode,
commandName = r.commandName,
remark = r.remark,
positionTypeNew = p.posTypeId,
positionLevelNew = p.posLevelId,
positionNameNew = p.position,
}).ToList();
var baseAPIOrg = _configuration["API"];