Service/HStation.Service.Assets.Core/03-service/06-PumpPropContent/PumpPropContent.cs
文件名从 Service/HStation.Service.Xhs.PumpProduct.Core/03-service/06-PumpPropContent/PumpPropContent.cs 修改 @@ -124,6 +124,19 @@ return all; } /// <summary> /// 閫氳繃PropID 鑾峰彇 /// </summary> public List<Model.PumpPropContent> GetByPropID(List<long> Ids) { if (Ids == null || Ids.Count < 1) { return default; } var all = GetAll(); return Ids.Select(x => all.Find(y => y.PropID == x)).ToList(); } #endregion Query #region Insert