2022-12-07 焊接导入修改
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user