WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -990,8 +990,18 @@ WaitFormHelper.ShowWaitForm("正在保存,请稍后..."); var bol = await BLLFactory<Yw.BLL.HydroModelInfo>.Instance bool bol = false; try { bol = await BLLFactory<Yw.BLL.HydroModelInfo>.Instance .Update(_hydroInfo, addParterList, updateParterList, removeParters); } catch (Exception ex) { XtraMessageBox.Show(ex.Message); _isSaving = false; } if (!bol) {