no message
This commit is contained in:
parent
74f05fccfe
commit
5604d7076e
14 changed files with 92 additions and 20 deletions
|
|
@ -794,6 +794,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
leaveReason = _null,
|
||||
dateLeave = _null,
|
||||
isGovernment = true,
|
||||
refCommandCode = r.refCommandCode,
|
||||
refCommandName = r.refCommandName,
|
||||
}).ToList();
|
||||
|
||||
var baseAPIOrg = _configuration["API"];
|
||||
|
|
@ -1001,7 +1003,9 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
isLeave = false,
|
||||
leaveReason = _null,
|
||||
dateLeave = _null,
|
||||
isGovernment = true
|
||||
isGovernment = true,
|
||||
refCommandCode = r.refCommandCode,
|
||||
refCommandName = r.refCommandName,
|
||||
}).ToList();
|
||||
|
||||
var baseAPIOrg = _configuration["API"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue