ningshuxia
2022-10-17 0f681030fb2a56e33af8d66dcb73808eb295dc80
Service/IStation.Service.Main/pipe_line/pipe_line/PipeLine.cs
@@ -110,6 +110,7 @@
        public List<Model.PipeLine> GetByBelongTypeAndBelongID(long CorpID, string BelongType, long BelongID)
        {
            var all = GetByCorpID(CorpID);
            var line = all.Find(x=>x.ID==819);
            return all.Where(x => x.BelongType == BelongType && x.BelongID == BelongID).OrderBy(x => x.SortCode).ToList();
        }