This commit is contained in:
cult 2021-11-03 14:13:07 +05:00
commit 8d73f0e471

View File

@ -27,7 +27,7 @@ namespace AsbCloudInfrastructure.Services
{ {
var entities = await (from p in db.DrillFlowChart var entities = await (from p in db.DrillFlowChart
where p.IdWell == idWell && where p.IdWell == idWell &&
p.LastUpdate >= updateFrom p.LastUpdate > updateFrom
orderby p.DepthStart, p.Id orderby p.DepthStart, p.Id
select p) select p)
.ToListAsync(token) .ToListAsync(token)