From e769295d8fdc862d86378c9e22939194c49c7ba7 Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Fri, 27 Feb 2026 11:03:48 +0800 Subject: [PATCH] =?UTF-8?q?20260227=20=E5=90=88=E6=A0=BC=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=B5=84=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HJGL_DS/FineUIPro.Web/Welder/WelderManage.aspx.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/HJGL_DS/FineUIPro.Web/Welder/WelderManage.aspx.cs b/HJGL_DS/FineUIPro.Web/Welder/WelderManage.aspx.cs index 5d0b063..c155032 100644 --- a/HJGL_DS/FineUIPro.Web/Welder/WelderManage.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/Welder/WelderManage.aspx.cs @@ -241,7 +241,7 @@ namespace FineUIPro.Web.Welder { if (!string.IsNullOrEmpty(q.MIDWelder_QualifiedProjectCode)) { - if (q.MIDWelder_QualifiedProjectCode.Contains("+") || q.MIDWelder_QualifiedProjectCode.Contains("+")) + if (q.MIDWelder_QualifiedProjectCode.Contains("+") || q.MIDWelder_QualifiedProjectCode.Contains("+")|| q.MIDWelder_QualifiedProjectCode.Contains("和")) { string[] codes = null; if (q.MIDWelder_QualifiedProjectCode.Contains("+")) @@ -252,6 +252,10 @@ namespace FineUIPro.Web.Welder { codes = q.MIDWelder_QualifiedProjectCode.Split('+'); } + if (q.MIDWelder_QualifiedProjectCode.Contains("和")) + { + codes = q.MIDWelder_QualifiedProjectCode.Split('和'); + } foreach (string c in codes) {