duheng
2024-08-23 5d25f26f883f547aff8a8246c1127d63d851dafe
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)
              {