แก้noti
This commit is contained in:
parent
c802ab718f
commit
8c540b6568
3 changed files with 84 additions and 54 deletions
|
|
@ -64,7 +64,7 @@ namespace BMA.EHR.Application.Repositories.MessageQueue
|
|||
|
||||
if (org == null || org.result == null)
|
||||
return new List<InboxResponse>();
|
||||
profileId = org.result.rootId == null ? "" : org.result.profileId;
|
||||
profileId = org.result.profileId == null ? "" : org.result.profileId;
|
||||
}
|
||||
if (profileId == null || profileId == "")
|
||||
return new List<InboxResponse>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue