From 6fcff08e4f76bce6076319b5b3a2456c2d94c5fe Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 26 十一月 2024 09:19:00 +0800 Subject: [PATCH] 提交成套设备界面修改 --- Service/HStation.Service.Assets.Core/05-service/01-Pump/06-PumpPropContent/PumpPropContent.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/05-service/01-Pump/06-PumpPropContent/PumpPropContent.cs b/Service/HStation.Service.Assets.Core/05-service/01-Pump/06-PumpPropContent/PumpPropContent.cs index 4ae3351..6a9b72b 100644 --- a/Service/HStation.Service.Assets.Core/05-service/01-Pump/06-PumpPropContent/PumpPropContent.cs +++ b/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(); } -- Gitblit v1.9.3