From 4cc64ab2c03e1895c5948b2ef699615d4a984d0c Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Sun, 30 Jun 2024 17:21:52 +0700 Subject: [PATCH] =?UTF-8?q?Add=20fix=20=E0=B9=83=E0=B8=AB=E0=B9=89=20Run?= =?UTF-8?q?=20Insignia=20=E0=B9=81=E0=B8=84=E0=B9=88=E0=B9=80=E0=B8=82?= =?UTF-8?q?=E0=B8=95=E0=B8=9E=E0=B8=A3=E0=B8=B0=E0=B8=99=E0=B8=84=E0=B8=A3?= =?UTF-8?q?=E0=B9=80=E0=B8=97=E0=B9=88=E0=B8=B2=E0=B8=99=E0=B8=B1=E0=B9=89?= =?UTF-8?q?=E0=B8=99=20(e8493cd1-d371-402e-add6-566e68d5d1b3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/InsigniaRequestController.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs b/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs index 5fb38fae..29c380f7 100644 --- a/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs +++ b/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs @@ -624,6 +624,10 @@ namespace BMA.EHR.Insignia.Service.Controllers if (organization == null) continue; + // jack add เพื่อให้ทำการรันแค่เขตพระนคร + // TODO : ต้องมาเอาบรรทัดนี้ออกในภายหลัง + if(organization.Id != Guid.Parse("e8493cd1-d371-402e-add6-566e68d5d1b3")) continue; + var result = await _repository.GetInsigniaRequest(insigniaPeriodId, organization.Id); if (result != null) {