This commit is contained in:
parent
e0e162cb40
commit
d6bedb9f0f
|
|
@ -324,6 +324,14 @@ namespace FineUIPro.Web.HJGL.DataIn
|
|||
break;
|
||||
case "管道类别":
|
||||
isoInfo.PipeLineClass = row[dataColumn.ColumnName].ToString();
|
||||
if (!string.IsNullOrEmpty(row[dataColumn.ColumnName].ToString()))
|
||||
{
|
||||
isoInfo.ISO_Executive = execStandards.Where(x => x.ExecStandardName == "SH/T3501-2021").Select(x => x.ExecStandardId).FirstOrDefault();
|
||||
}
|
||||
else
|
||||
{
|
||||
isoInfo.ISO_Executive = execStandards.Where(x => x.ExecStandardName == "GB 50517-2010").Select(x => x.ExecStandardId).FirstOrDefault();
|
||||
}
|
||||
break;
|
||||
case "涂漆类别":
|
||||
isoInfo.ISO_Paint = row[dataColumn.ColumnName].ToString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue