| | |
| | | //最后运行状态记录列表 |
| | | var monitor_group_list = new Service.MonitorPointGroup().GetByBelongTypeAndBelongID(CorpID, IStation.ObjectType.Station, station.ID); |
| | | if (monitor_group_list != null && monitor_group_list.Count > 0) |
| | | { |
| | | { |
| | | var monitor_engine_pump_group_list = monitor_group_list.Where |
| | | (x => x.Flags != null && x.Flags.Contains(LogicFlags.机泵)).OrderBy(x => x.ParentIds == null ? 0 : x.ParentIds.Count).ThenBy(x => x.SortCode).ToList(); |
| | | if (monitor_engine_pump_group_list != null && monitor_engine_pump_group_list.Count > 0) |
| | |
| | | return vm_list; |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 通过 StationID 获取面板信息 |