This commit is contained in:
@@ -193,7 +193,6 @@ namespace AyaNova.Biz
|
||||
//order the results back into original
|
||||
var orderedList = from id in batch join z in batchResults on id equals z.Id select z;
|
||||
batchResults = null;
|
||||
|
||||
foreach (CustomerNote w in orderedList)
|
||||
{
|
||||
if (!ReportRenderManager.KeepGoing(jobId)) return null;
|
||||
@@ -218,8 +217,7 @@ namespace AyaNova.Biz
|
||||
vc.Add(await ct.User.AsNoTracking().Where(x => x.Id == o.UserId).Select(x => x.Name).FirstOrDefaultAsync(), "user", o.UserId);
|
||||
o.UserViz = vc.Get("user", o.UserId);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
private VizCache vc = new VizCache();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user