From f90b00c277dcda37ba3f5e748f6e22be5005d9b5 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期六, 12 十月 2024 13:56:58 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsPumpMatchingListCtrl.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsPumpMatchingListCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsPumpMatchingListCtrl.cs index 0af267e..c28d9b9 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsPumpMatchingListCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/XhsPumpMatchingListCtrl.cs @@ -29,14 +29,14 @@ this.pumpFormViewModelBindingSource.DataSource = _allBindingList; } - public async Task<List<PumpMatchingViewModel>> SetMatching(List<PumpMatchingViewModel> pumpMatchingViewModel, List<PumpMainVmo> pumpMainVmos) + public async Task<List<PumpMatchingViewModel>> SetMatching(List<PumpMatchingViewModel> pumpMatchingViewModel, List<AssetsPumpMainVmo> AssetsPumpMainVmos) { if (pumpMatchingViewModel == null) return null; foreach (var item in pumpMatchingViewModel) { - await AssetsMatchingHelper.MatchingPumps(item, pumpMainVmos); + await AssetsMatchingHelper.MatchingPumps(item, AssetsPumpMainVmos); } _allBindingList.Clear(); foreach (var item in pumpMatchingViewModel) -- Gitblit v1.9.3