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
where p.IdWell == idWell &&
p.LastUpdate >= updateFrom
p.LastUpdate > updateFrom
orderby p.DepthStart, p.Id
select p)
.ToListAsync(token)