This commit is contained in:
2021-09-23 16:24:31 +00:00
parent 823985c687
commit 73af8e0dbc
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ namespace AyaNova.Biz
}
}
}
{
var IDList = await ct.CustomerNote.AsNoTracking().Where(z => z.CustomerId == id).Select(z => z.Id).ToListAsync();
if (IDList.Count() > 0)