forked from ddrilling/AsbCloudServer
hotfix WellOperationRepository.GetGroupOperationsStatAsync()
This commit is contained in:
parent
69567df3fe
commit
b97871bd46
@ -196,6 +196,8 @@ namespace AsbCloudInfrastructure.Repository
|
|||||||
WellOperationRequest request,
|
WellOperationRequest request,
|
||||||
CancellationToken token)
|
CancellationToken token)
|
||||||
{
|
{
|
||||||
|
// TODO: Rename controller method
|
||||||
|
request.OperationType = WellOperation.IdOperationTypeFact;
|
||||||
var query = BuildQuery(request);
|
var query = BuildQuery(request);
|
||||||
var entities = await query
|
var entities = await query
|
||||||
.Select(o => new
|
.Select(o => new
|
||||||
|
Loading…
Reference in New Issue
Block a user