fix : Leave ==> WFH and Seminar Count
Insignia ==> รายชื่อหน่วยงานที่ยังไม่ส่งรายชื่อ
This commit is contained in:
parent
759d98be61
commit
bba2fcf2a9
3 changed files with 14 additions and 2 deletions
|
|
@ -971,7 +971,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
return Error(GlobalMessages.InsigniaRequestNotFound);
|
||||
var orgIdSend = await _context.InsigniaRequests
|
||||
.Where(x => x.Period == insigniaPeriod)
|
||||
.Where(x => x.RequestStatus == "st1")
|
||||
.Where(x => x.RequestStatus == "st6")
|
||||
.Select(x => x.OrganizationId)
|
||||
.ToListAsync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue