BLL/HStation.BLL.Assets.Core/03-localclient/01-PumpMainManage/PumpPart.cs
@@ -243,17 +243,16 @@ public async Task<bool> DeleteEx(long ID) { /* return await Task.Factory.StartNew(() => { var bol = _service.DeleteExByID(ID); if (!bol) { throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D999, "删除失败"); } return true; });*/ return false; } return await Task.Factory.StartNew(() => { var bol = _service.DeleteExByID(ID); if (!bol) { throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D999, "删除失败"); } return true; }); } /// <summary> /// 通过 Ids 删除