lixiaojun
2024-01-21 7d7591e33633ab1d369ef041fc62973ff2cfe9d7
Yw.Service.DMA.Core/05-service/01-dma_area/DmaArea.cs
ÎļþÃû´Ó Yw.Service.DMA.Core/5-service/1-dma_area/DmaArea.cs ÐÞ¸Ä
@@ -121,9 +121,9 @@
        }
        /// <summary>
        /// é€šè¿‡ BelongType å’Œ BelongID èŽ·å–æœ€å¤§æŽ’åºç 
        /// èŽ·å–æœ€å¤§æŽ’åºç 
        /// </summary>
        public int GetMaxSortCodeByBelongTypeAndBelongID(string BelongType, long BelongID)
        public int GetMaxSortCode(string BelongType, long BelongID)
        {
            var all = GetByBelongTypeAndBelongID(BelongType, BelongID);
            if (all == null || all.Count < 1)