forked from ddrilling/AsbCloudServer
Merge branch 'dev' of https://bitbucket.org/autodrilling/asbcloudserver into dev
This commit is contained in:
commit
8d73f0e471
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user