WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductSeriesTreeListCtrl.cs
@@ -104,7 +104,6 @@ dlg.ReloadDataEvent += async (model) => { var allchildList = await _seriesbll.GetAll(); model.SortCode = allchildList.Count == 0 ? 1 : allchildList.Max(x => x.SortCode) + 1; var id = await _seriesbll.Insert(model); if (id > 0) {