ออกคำสั่งลูกจ้าง

This commit is contained in:
moss 2025-06-04 16:19:06 +07:00
parent 6ad83ecc53
commit b260e4067f
2 changed files with 1 additions and 2 deletions

View file

@ -1493,7 +1493,6 @@ namespace BMA.EHR.Retirement.Service.Controllers
if (updated == null)
return Error(GlobalMessages.RetirementResignNotFound, 404);
// updated.Status = "APPROVE";
updated.CommanderReject = false;
updated.CommanderApproveReason = req.Reason;
updated.LastUpdateFullName = FullName ?? "System Administrator";