ยกเลิกลา
This commit is contained in:
parent
7716a6fd02
commit
337bff8853
2 changed files with 6 additions and 4 deletions
|
|
@ -1152,7 +1152,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
}
|
||||
updated.IsCancel = true;
|
||||
}
|
||||
else
|
||||
else if (updated.Status == "REPORT")
|
||||
{
|
||||
using (var client = new HttpClient())
|
||||
{
|
||||
|
|
@ -1691,7 +1691,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
mouthSalaryAmount = r.mouthSalaryAmount,
|
||||
positionType = p.PositionTypeOld,
|
||||
positionLevel = p.PositionLevelOld,
|
||||
isLeave = true,
|
||||
isLeave = p.IsCancel == true ? false : true,
|
||||
leaveReason = "ออกจากราชการ",
|
||||
dateLeave = r.commandDateAffect,
|
||||
commandId = r.commandId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue