This commit is contained in:
Suphonchai Phoonsawat 2024-12-26 16:03:47 +07:00
parent 3bb92d337a
commit d9d1a99497
3 changed files with 18 additions and 13 deletions

View file

@ -411,6 +411,9 @@ namespace BMA.EHR.Insignia.Service.Controllers
if (organization == null)
continue;
// TODO - Comment This
//if (organization.Id.ToString() != "e93c0ed3-7b80-42aa-8626-8abf0042f618") continue;
var result = await _repository.GetInsigniaRequest(insigniaPeriodId, organization.Id);
if (result != null)
{