From 96ec50c362723e2d704bc6d8670ec8601b4b2379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BC=9F?= <421281095@qq.com> Date: Mon, 25 Aug 2025 10:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=81=97=E6=BC=8F=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.App/ServiceApp/Algo/AlgoInstanceServiceApp.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAuth.App/ServiceApp/Algo/AlgoInstanceServiceApp.cs b/OpenAuth.App/ServiceApp/Algo/AlgoInstanceServiceApp.cs index a551510..c9f3593 100644 --- a/OpenAuth.App/ServiceApp/Algo/AlgoInstanceServiceApp.cs +++ b/OpenAuth.App/ServiceApp/Algo/AlgoInstanceServiceApp.cs @@ -111,6 +111,7 @@ public class AlgoInstanceServiceApp : SqlSugarBaseApp y.algoInstanceId == x.Id).Select(y => y.TagName).ToArray(), AlgoNames = infos.Where(y => y.algoInstanceId == x.Id).Select(y => y.AlgoName).ToList() });