forked from ddrilling/AsbCloudServer
SlipsStatService.GetAllAsync() remove filter wellOperation by drilling only
This commit is contained in:
parent
c1729d06c7
commit
12b942b995
@ -52,7 +52,6 @@ public class SlipsStatService : ISlipsStatService
|
||||
var factWellOperationsQuery = db.WellOperations
|
||||
.Where(o => idsWells.Contains(o.IdWell))
|
||||
.Where(o => o.IdType == 1)
|
||||
.Where(o => WellOperationCategory.MechanicalDrillingSubIds.Contains(o.IdCategory))
|
||||
.Include(o => o.WellSectionType)
|
||||
.AsNoTracking();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user