From f075100821e33e6199132a50ea7d037ebfdc5408 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 08 十一月 2024 13:36:55 +0800 Subject: [PATCH] 修改单个阀门匹配 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingViewModel.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingViewModel.cs index 9944fa5..b76beeb 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingViewModel.cs @@ -32,7 +32,7 @@ this.SeriesID = rhs.SeriesID; this.SeriesType = rhs.ValveType; this.SortCode = rhs.SortCode; - this.KeyWord = rhs.KeyWord; + this.KeyWord = string.Join(",", rhs.KeyWord); this.ValveSetting = rhs.ValveSetting; } -- Gitblit v1.9.3