fix issue : 729
แก้ summary วันลา จากทุกสถานะ มาเป็นแสดงแค่สถานะ "NEW" เท่านั้น
This commit is contained in:
parent
40b8c9ce77
commit
e00740aa41
1 changed files with 1 additions and 0 deletions
|
|
@ -631,6 +631,7 @@ namespace BMA.EHR.Application.Repositories.Leaves.LeaveRequests
|
|||
var data = await _dbContext.Set<LeaveRequest>().AsQueryable().AsNoTracking()
|
||||
.Include(x => x.Type)
|
||||
.Where(x => x.LeaveStartDate.Year == year)
|
||||
.Where(x => x.LeaveStatus == "NEW") // fix issue : #729
|
||||
.ToListAsync();
|
||||
|
||||
var res = (from d in data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue