แก้ format error

This commit is contained in:
Kittapath 2024-08-08 16:30:25 +07:00
parent f6341eb399
commit 02402542b2
2 changed files with 4 additions and 4 deletions

View file

@ -672,7 +672,7 @@ namespace BMA.EHR.Placement.Service.Controllers
person.MouthSalaryAmount = null;
person.PositionSalaryAmount = null;
person.RecruitDate = null;
person.ReportingDate = null
person.ReportingDate = null;
person.RejectReason = req.Note;
person.PlacementStatus = "DISCLAIM";
person.LastUpdateFullName = FullName ?? "System Administrator";