noti วินัย

This commit is contained in:
kittapath 2025-02-19 17:56:02 +07:00
parent 9e513d3f1a
commit ae990c0c5f
21 changed files with 244 additions and 1508 deletions

View file

@ -98,8 +98,6 @@ namespace BMA.EHR.Infrastructure.MessageQueue
if (organization == null)
continue;
//if(organization.Id != Guid.Parse("e8493cd1-d371-402e-add6-566e68d5d1b3")) continue;
var result = await insigniaRepo.GetInsigniaRequest(periodId, organization.Id);
if (result != null)
{
@ -110,7 +108,7 @@ namespace BMA.EHR.Infrastructure.MessageQueue
if (requestStatus == null)
{
// บันทึกรายชื่อ
await insigniaRepo.InsertCandidate(period, organization.Id,organization.OrgRootName, candidate);
await insigniaRepo.InsertCandidate(period, organization.Id, organization.OrgRootName, candidate);
}
}
}