Add fix ให้ Run Insignia แค่เขตพระนครเท่านั้น
(e8493cd1-d371-402e-add6-566e68d5d1b3)
This commit is contained in:
parent
da6e4acc52
commit
4cc64ab2c0
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue