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