change status
This commit is contained in:
parent
1d3f8973e0
commit
38edf0ea41
2 changed files with 37 additions and 37 deletions
|
|
@ -1159,7 +1159,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
if (updated == null)
|
||||
return Error(GlobalMessages.RetirementResignNotFound, 404);
|
||||
updated.CancelReason = req.Reason;
|
||||
if (updated.Status == "DONE" || updated.Status == "WAITTING")
|
||||
if (updated.Status == "DONE" || updated.Status == "WAITING")
|
||||
{
|
||||
var retirementResignCancel = new RetirementResignCancel
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue