duheng
2024-11-26 6fcff08e4f76bce6076319b5b3a2456c2d94c5fe
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();
        }