แก้วันที่บรรจุ
This commit is contained in:
parent
d96ad94299
commit
4d1a2b71bd
1 changed files with 3 additions and 0 deletions
|
|
@ -581,6 +581,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
person.MouthSalaryAmount = null;
|
||||
person.PositionSalaryAmount = null;
|
||||
person.RecruitDate = null;
|
||||
person.ReportingDate = null;
|
||||
person.RejectReason = req.Note;
|
||||
person.PlacementStatus = "DISCLAIM";
|
||||
person.LastUpdateFullName = FullName ?? "System Administrator";
|
||||
|
|
@ -686,6 +687,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
person.MouthSalaryAmount = req.MouthSalaryAmount;
|
||||
person.PositionSalaryAmount = req.PositionSalaryAmount;
|
||||
person.RecruitDate = req.ContainDate;
|
||||
person.ReportingDate = req.ContainDate;
|
||||
person.PlacementStatus = "PREPARE-CONTAIN";
|
||||
person.LastUpdateFullName = FullName ?? "System Administrator";
|
||||
person.LastUpdateUserId = UserId ?? "";
|
||||
|
|
@ -1118,6 +1120,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
profile.MouthSalaryAmount = null;
|
||||
profile.PositionSalaryAmount = null;
|
||||
profile.RecruitDate = null;
|
||||
profile.ReportingDate = null;
|
||||
_context.SaveChanges();
|
||||
|
||||
return Success();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue