WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
@@ -81,9 +81,9 @@ map.PumpGroupID = groupid; } dlg.SetBindingData(id); dlg.ReloadDataEvent += async (main, part, content, mainmap) => dlg.ReloadDataEvent += async (main) => { var id = await _bll.InsertEx(main, map, part, content, mainmap); var id = await _bll.InsertEx(main, map); if (id > 0) { var model = await _bll.GetByID(id);