11
This commit is contained in:
@@ -225,9 +225,9 @@ namespace FineUIPro.Web.HJGL.DataIn
|
|||||||
|
|
||||||
}
|
}
|
||||||
DataRow[] rowsPipe = dtIsoInfo.Select(" pipeline_id='" + isono + "' ");
|
DataRow[] rowsPipe = dtIsoInfo.Select(" pipeline_id='" + isono + "' ");
|
||||||
if (rows != null && rows.Length > 0)
|
if (rowsPipe != null && rowsPipe.Length > 0)
|
||||||
{
|
{
|
||||||
string isNeedHead = rows[0]["post_weld_heat_treatment"].ToString();
|
string isNeedHead = rowsPipe[0]["post_weld_heat_treatment"].ToString();
|
||||||
if (isNeedHead == "N")
|
if (isNeedHead == "N")
|
||||||
{
|
{
|
||||||
isoInfo.IsHot = "0";
|
isoInfo.IsHot = "0";
|
||||||
|
|||||||
Reference in New Issue
Block a user