11
This commit is contained in:
@@ -982,8 +982,15 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
sch = dn.First().XXS;
|
||||
}
|
||||
}
|
||||
|
||||
d.Thickness = sch;
|
||||
if (sch != null)
|
||||
{
|
||||
d.Thickness = sch;
|
||||
}
|
||||
else
|
||||
{
|
||||
errorInfos += (i + 2) + "行,美标壁厚[" + ansi + "]未设置值;";
|
||||
}
|
||||
|
||||
|
||||
if (dia != null && sch != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user