แก้สละสิทธิ์
This commit is contained in:
parent
b67c666f81
commit
f6341eb399
1 changed files with 30 additions and 1 deletions
|
|
@ -672,12 +672,41 @@ 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";
|
||||
person.LastUpdateUserId = UserId ?? "";
|
||||
person.LastUpdatedAt = DateTime.Now;
|
||||
person.root = null;
|
||||
person.rootId = null;
|
||||
person.rootShortName = null;
|
||||
person.child1 = null;
|
||||
person.child1Id = null;
|
||||
person.child1ShortName = null;
|
||||
person.child2 = null;
|
||||
person.child2Id = null;
|
||||
person.child2ShortName = null;
|
||||
person.child3 = null;
|
||||
person.child3Id = null;
|
||||
person.child3ShortName = null;
|
||||
person.child4 = null;
|
||||
person.child4Id = null;
|
||||
person.child4ShortName = null;
|
||||
person.orgRevisionId = null;
|
||||
person.posMasterNo = null;
|
||||
person.positionName = null;
|
||||
person.positionField = null;
|
||||
person.posTypeId = null;
|
||||
person.posTypeName = null;
|
||||
person.posLevelId = null;
|
||||
person.posLevelName = null;
|
||||
person.node = null;
|
||||
person.nodeId = null;
|
||||
person.posmasterId = null;
|
||||
person.positionId = null;
|
||||
person.Draft = false;
|
||||
person.typeCommand = null;
|
||||
await _context.SaveChangesAsync();
|
||||
|
||||
return Success();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue