Merge branch 'work' into develop
This commit is contained in:
commit
dce5aaf778
27 changed files with 64049 additions and 118 deletions
|
|
@ -4983,7 +4983,7 @@ namespace BMA.EHR.Application.Repositories
|
|||
IsApprove = h.IsApprove,
|
||||
RequestDate = h.RequestDate,
|
||||
Status = h.Status,
|
||||
RequestNote = "",
|
||||
RequestNote = h.Reason,
|
||||
// Docs = GetDocFile(h.Profile.Id),
|
||||
MatchingConditions = h.MatchingConditions == null ? null : JsonConvert.DeserializeObject<List<MatchingCondition>>(h.MatchingConditions)
|
||||
})).ToList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue