forked from ddrilling/AsbCloudServer
fix query in DrillFlowChartService.GetAllAsync()
This commit is contained in:
parent
fdef85a291
commit
647bb3b106
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user