Service/HStation.Service.Assets.Core/05-service/06-Elbow/01-ElbowMain/ElbowManage.cs
@@ -126,6 +126,19 @@ return all.Where(x => x.SeriesID == id).ToList(); } /// <summary> /// 获取最大排序码 /// </summary> public int GetMaxSortCode() { var all = GetAll(); if (all == null || all.Count < 1) { return 0; } return all.Max(x => x.SortCode); } #endregion Query #region Insert