2022-12-07 焊接导入修改

This commit is contained in:
2022-12-07 17:16:29 +08:00
parent a2d3fd4cb2
commit 97896322f6
6 changed files with 9 additions and 8 deletions
@@ -1086,8 +1086,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
string col23 = pds[i].X;
if (!string.IsNullOrEmpty(col23))
var col23 = pds[i].X;
if (col23!=null)
{
try
{
@@ -1104,8 +1104,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
result += "第" + (i + 1).ToString() + "行," + "达因" + "," + "此项为必填项!" + "|";
}
string col24 = pds[i].Y;
if (!string.IsNullOrEmpty(col24))
var col24 = pds[i].Y;
if (col24!=null)
{
try
{