Merge branch 'develop' into dev
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m46s
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m46s
This commit is contained in:
commit
f0c493a026
2 changed files with 0 additions and 8 deletions
|
|
@ -1517,10 +1517,6 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
{
|
||||
updated.SendDate = req.SendDate;
|
||||
}
|
||||
if (req.ActiveDate != null)
|
||||
{
|
||||
updated.ActiveDate = req.ActiveDate;
|
||||
}
|
||||
// updated.Reason = req.Reason;
|
||||
updated.Remark = req.Remark;
|
||||
updated.ReasonResign = req.Reason;
|
||||
|
|
|
|||
|
|
@ -1454,10 +1454,6 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
{
|
||||
updated.SendDate = req.SendDate;
|
||||
}
|
||||
if (req.ActiveDate != null)
|
||||
{
|
||||
updated.ActiveDate = req.ActiveDate;
|
||||
}
|
||||
// updated.Reason = req.Reason;
|
||||
updated.Remark = req.Remark;
|
||||
updated.ReasonResign = req.Reason;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue