From 032a26538d7e6fce0778dd802212b49c6cf4743d Mon Sep 17 00:00:00 2001 From: gaofei <181547018@qq.com> Date: Sun, 19 Feb 2023 09:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9wbs=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/CQMS/WBS/WorkPackageSet2In.aspx.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SGGL/FineUIPro.Web/CQMS/WBS/WorkPackageSet2In.aspx.cs b/SGGL/FineUIPro.Web/CQMS/WBS/WorkPackageSet2In.aspx.cs index 8b601f6c..9c68d8c2 100644 --- a/SGGL/FineUIPro.Web/CQMS/WBS/WorkPackageSet2In.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/WBS/WorkPackageSet2In.aspx.cs @@ -200,7 +200,6 @@ namespace FineUIPro.Web.CQMS.WBS string col0 = pds.Rows[i][0].ToString().Trim(); string col1 = pds.Rows[i][1].ToString().Trim(); string col2 = pds.Rows[i][2].ToString().Trim(); - string col3 = pds.Rows[i][3].ToString().Trim(); if (!string.IsNullOrEmpty(col0)) { if (string.IsNullOrEmpty(col0)) @@ -386,7 +385,6 @@ namespace FineUIPro.Web.CQMS.WBS string col0 = pds.Rows[i][0].ToString().Trim(); string col1 = pds.Rows[i][1].ToString().Trim(); string col2 = pds.Rows[i][2].ToString().Trim(); - string col3 = pds.Rows[i][3].ToString().Trim(); if (!string.IsNullOrEmpty(col0)) { if (string.IsNullOrEmpty(col0))