lixiaojun
2024-12-04 e0df433d23b1afffa0b04389ad8b915a91f8debc
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);