Add fix ให้ Run Insignia แค่เขตพระนครเท่านั้น
(e8493cd1-d371-402e-add6-566e68d5d1b3)
This commit is contained in:
parent
da6e4acc52
commit
86112e8246
1 changed files with 4 additions and 0 deletions
|
|
@ -624,6 +624,10 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
||||||
if (organization == null)
|
if (organization == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
// jack add เพื่อให้ทำการรันแค่เขตพระนคร
|
||||||
|
// TODO : ต้องมาเอาบรรทัดนี้ออกในภายหลัง
|
||||||
|
if(organization.Id != Guid.Parse("e8493cd1-d371-402e-add6-566e68d5d1b3")) continue;
|
||||||
|
|
||||||
var result = await _repository.GetInsigniaRequest(insigniaPeriodId, organization.Id);
|
var result = await _repository.GetInsigniaRequest(insigniaPeriodId, organization.Id);
|
||||||
if (result != null)
|
if (result != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue