parent
6e1965ba79
commit
3beba561fc
5 changed files with 42 additions and 3 deletions
|
|
@ -498,7 +498,7 @@ namespace BMA.EHR.Application.Repositories.Leaves.LeaveRequests
|
|||
{
|
||||
var rawData = _dbContext.Set<LeaveRequest>().AsNoTracking()
|
||||
.Include(x => x.Type)
|
||||
.Where(x => x.LeaveStatus == "DELETE")
|
||||
.Where(x => x.LeaveStatus == "DELETE" || x.LeaveStatus == "DELETING")
|
||||
.AsQueryable();
|
||||
|
||||
if (year != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue