แก้noti

This commit is contained in:
Kittapath 2024-08-05 14:33:30 +07:00
parent c802ab718f
commit 8c540b6568
3 changed files with 84 additions and 54 deletions

View file

@ -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>();