fix #1512
This commit is contained in:
parent
37bd6cf6ee
commit
f3d74681f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1299,7 +1299,7 @@ namespace BMA.EHR.Application.Repositories.Leaves.LeaveRequests
|
|||
.Include(x => x.Type)
|
||||
//.Where(x => x.LeaveStartDate.Year == year)
|
||||
.Where(x => x.LeaveStartDate.Date >= startFiscalDate && x.LeaveStartDate.Date <= endFiscalDate) // fix issue : #729
|
||||
.Where(x => x.LeaveStatus == "DELETE")
|
||||
.Where(x => x.LeaveStatus == "DELETE" && x.LeaveCancelStatus == "APPROVE")
|
||||
.ToListAsync();
|
||||
|
||||
var res = (from d in data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue