Entity javítás
This commit is contained in:
@@ -321,8 +321,9 @@ namespace WorkFlowCheck.BL.Services
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var res = await _dbContext.CheckListHeaders
|
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)
|
.Include(i => i.CheckListRows)
|
||||||
|
//.ThenInclude(i => i.CheckListTemplateRow)
|
||||||
.AsNoTracking()
|
.AsNoTracking()
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user