This commit is contained in:
2026-05-20 15:33:48 +08:00
parent 1c63260e1a
commit baa9bc92bb
@@ -225,9 +225,9 @@ namespace FineUIPro.Web.HJGL.DataIn
}
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")
{
isoInfo.IsHot = "0";