This commit is contained in:
parent
009de80c3f
commit
f6594f9773
2 changed files with 2 additions and 0 deletions
|
|
@ -3603,6 +3603,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
|
||||
updated.Location = !string.IsNullOrEmpty(req.Location) ? req.Location : updated.Location;
|
||||
updated.ReasonResign = !string.IsNullOrEmpty(ReasonResign) ? ReasonResign : updated.ReasonResign;
|
||||
updated.Reason = req.ReasonResign;
|
||||
updated.Remark = !string.IsNullOrEmpty(req.Remark) ? req.Remark : null;
|
||||
updated.SendDate = req.SendDate.HasValue ? req.SendDate : updated.SendDate;
|
||||
updated.ActiveDate = req.ActiveDate.HasValue ? req.ActiveDate : updated.ActiveDate;
|
||||
|
|
|
|||
|
|
@ -3070,6 +3070,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
|
||||
updated.Location = !string.IsNullOrEmpty(req.Location) ? req.Location : updated.Location;
|
||||
updated.ReasonResign = !string.IsNullOrEmpty(ReasonResign) ? ReasonResign : updated.ReasonResign;
|
||||
updated.Reason = req.ReasonResign;
|
||||
updated.Remark = !string.IsNullOrEmpty(req.Remark) ? req.Remark : null;
|
||||
updated.SendDate = req.SendDate.HasValue ? req.SendDate : updated.SendDate;
|
||||
updated.ActiveDate = req.ActiveDate.HasValue ? req.ActiveDate : updated.ActiveDate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue