|
|
@ -111,6 +111,7 @@ public class AlgoInstanceServiceApp : SqlSugarBaseApp<LasaAlgoInstance, SugarDbC
|
|
|
|
x.GimbalPitchDegree,
|
|
|
|
x.GimbalPitchDegree,
|
|
|
|
x.RecognitionCoverage,
|
|
|
|
x.RecognitionCoverage,
|
|
|
|
x.Tags,
|
|
|
|
x.Tags,
|
|
|
|
|
|
|
|
x.AlgoIds,
|
|
|
|
TagNames = infos.Where(y => y.algoInstanceId == x.Id).Select(y => y.TagName).ToArray(),
|
|
|
|
TagNames = infos.Where(y => y.algoInstanceId == x.Id).Select(y => y.TagName).ToArray(),
|
|
|
|
AlgoNames = infos.Where(y => y.algoInstanceId == x.Id).Select(y => y.AlgoName).ToList()
|
|
|
|
AlgoNames = infos.Where(y => y.algoInstanceId == x.Id).Select(y => y.AlgoName).ToList()
|
|
|
|
});
|
|
|
|
});
|
|
|
|