修改wbs导入问题

This commit is contained in:
2023-02-19 09:01:38 +08:00
parent a822d2381b
commit 032a26538d
@@ -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))