fix คำสั่งให้โอนไม่ปลดตำแหน่ง

This commit is contained in:
Bright 2024-11-07 14:04:27 +07:00
parent 46f45d361a
commit 1de9e837f4

View file

@ -895,6 +895,9 @@ namespace BMA.EHR.Placement.Service.Controllers
positionLevel = p.PositionLevelOld,
refCommandNo = $"{r.commandNo}/{r.commandYear.ToThaiYear()}",
templateDoc = r.templateDoc,
leaveReason = "โอนออก",
dateLeave = r.commandAffectDate,
isLeave = true,
}).ToList();
var baseAPIOrg = _configuration["API"];