ออกคำสั่งถึงแก่กรรม

This commit is contained in:
kittapath 2025-06-20 12:45:18 +07:00
parent 8870139cbe
commit 3e8e461ebe
4 changed files with 70 additions and 29 deletions

View file

@ -353,7 +353,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
var _res = await client.PostAsJsonAsync(_apiUrl, new
{
isLeave = true,
leaveReason = "ถึงแก่กรรม",
leaveReason = retirementDeceased.Reason,
dateLeave = req.Date,
});
var _result = await _res.Content.ReadAsStringAsync();
@ -420,7 +420,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
var _res = await client.PostAsJsonAsync(_apiUrl, new
{
isLeave = true,
leaveReason = "ถึงแก่กรรม",
leaveReason = retirementDeceased.Reason,
dateLeave = req.Date,
});
var _result = await _res.Content.ReadAsStringAsync();