forked from ddrilling/AsbCloudServer
optimize WorkWellInfoUpdate
This commit is contained in:
parent
95238b9e3e
commit
0e3a0d90cc
@ -59,6 +59,8 @@ public class WellInfoService
|
||||
|
||||
var subsystemStat = await subsystemOperationTimeService
|
||||
.GetStatByActiveWells(wellsIds, token);
|
||||
subsystemStat = subsystemStat.ToArray();
|
||||
|
||||
var count = activeWells.Count();
|
||||
var i = 0d;
|
||||
WellMapInfo = activeWells.Select(well => {
|
||||
|
Loading…
Reference in New Issue
Block a user