BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProjectExtensions.cs
@@ -49,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);