WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectHelper.cs
@@ -253,9 +253,20 @@ } feedBackMsg?.Invoke("正在进行管网修复...", Color.Black); if (hydroInfo.Repair(out msg)) if (hydroInfo.RepairLinksDirection(out msg)) { feedBackMsg?.Invoke(msg, Color.Green); } else { feedBackMsg?.Invoke(msg, Color.Red); } feedBackMsg?.Invoke("正在进行管网参数修复...", Color.Black); hydroInfo.RepairParas(out msg); if (string.IsNullOrEmpty(msg)) { feedBackMsg?.Invoke("管网参数修复完成。。。", Color.Green); } else { @@ -453,5 +464,7 @@ #endregion } } }