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(); }