Application/HStation.Application.Xhs.Core/01-project/XhsProject_ExtensionsController.cs
@@ -151,7 +151,7 @@ [HttpDelete] public bool DeleteByID([FromQuery][Required] IDInput input) { var bol = _service.DeleteExByID(input.ID, out string Msg); var bol = _service.DeleteByID(input.ID, out string Msg); if (!bol) { throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D999, Msg);