เพิ่มวันที่เข้า/ออกจากราชการ

This commit is contained in:
Bright 2024-10-22 14:21:36 +07:00
parent d8d3838d5c
commit f2df44cf6a
5 changed files with 12 additions and 2 deletions

View file

@ -1882,6 +1882,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
isLeave = true,
leaveReason = "ลาออกจากราชการ",
dateLeave = r.commandAffectDate,
isGovernment = false
}).ToList();
var baseAPIOrg = _configuration["API"];