From baa9bc92bbbc67fab9f48ebd7ce4304a9e8e217b Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Wed, 20 May 2026 15:33:48 +0800 Subject: [PATCH] 11 --- .../HJGL/DataIn/DrawingRecognitionContent.aspx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs index 0d034cf..aa6c207 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/HJGL/DataIn/DrawingRecognitionContent.aspx.cs @@ -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";