Changed the feature permission grouping #46
@ -157,7 +157,7 @@ namespace Marco.Pms.Services.Controllers
|
||||
|
||||
var Employees = await _context.Employees.Where(e => e.TenantId == tenantId && e.IsActive == true).Select(e => e.Id).ToListAsync();
|
||||
|
||||
var checkedInEmployee = await _context.Attendes.Where(e => e.Date.Date == date).Select(e => e.EmployeeID).ToListAsync();
|
||||
var checkedInEmployee = await _context.Attendes.Where(e => e.AttendanceDate.Date == date).Select(e => e.EmployeeID).ToListAsync();
|
||||
|
||||
TeamDashboardVM teamDashboardVM = new TeamDashboardVM
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user