Service/HStation.Service.Assets.Core/05-service/01-Pump/06-PumpPropContent/PumpPropContent.cs
@@ -94,10 +94,10 @@ } //移除缓存 public static void RemoveCacheByIDs(List<long> IdS) public static void RemoveCacheByIDs(List<long> Ids) { var all = GetCache(); IdS.Select(x => all.RemoveAll(y => y.ID == x)); Ids.Select(x => all.RemoveAll(y => y.ID == x)); AssetsPumpSeriesCacheHelper.Trigger(); }