Entity javítás
This commit is contained in:
@@ -321,8 +321,9 @@ namespace WorkFlowCheck.BL.Services
|
||||
try
|
||||
{
|
||||
var res = await _dbContext.CheckListHeaders
|
||||
.Where(w => w.IsEditable && w.UserId == userId)
|
||||
.Where(w => w.IsEditable && w.UserId == userId && w.IsDeleted != true)
|
||||
.Include(i => i.CheckListRows)
|
||||
//.ThenInclude(i => i.CheckListTemplateRow)
|
||||
.AsNoTracking()
|
||||
.ToListAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user