From 25d007bba0c3ecbef1549a0eb7b6e4d057ca44a0 Mon Sep 17 00:00:00 2001 From: dell Date: Wed, 22 Mar 2023 14:14:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HT.Cloud.Service/ReportManage/MetaTagAlarmService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HT.Cloud.Service/ReportManage/MetaTagAlarmService.cs b/HT.Cloud.Service/ReportManage/MetaTagAlarmService.cs index 4f62a74..609edff 100644 --- a/HT.Cloud.Service/ReportManage/MetaTagAlarmService.cs +++ b/HT.Cloud.Service/ReportManage/MetaTagAlarmService.cs @@ -43,7 +43,7 @@ namespace HT.Cloud.Service.ReportManage Description = subsystem.Description + $"({subsystem.Units})", Units = subsystem.Units } - ); + ); } return reList.ToJson(); }