duheng
2024-12-05 a31a34e7bf37b4ac3b75d43f2d64b90594d27374
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);