optimize WorkWellInfoUpdate

This commit is contained in:
ngfrolov 2023-10-10 15:06:58 +05:00
parent 95238b9e3e
commit 0e3a0d90cc
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -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 => {