BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProjectExtensions.cs
@@ -1,7 +1,4 @@ using Yw.Dto; namespace HStation.CAL.LocalClient namespace HStation.CAL.LocalClient { /// <summary> /// 报警等级 @@ -52,7 +49,7 @@ { return await Task.Run(() => { var bol = _service.DeleteExByID(ID, out string Msg); var bol = _service.DeleteByID(ID, out string Msg); if (!bol) { throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D999, Msg);