Compare commits

...

2 Commits

Author SHA1 Message Date
lichao f3d16e4de5 Merge branch 'master' of http://47.104.102.122:3000/gaofei/HJGL_DS 2026-05-20 15:34:07 +08:00
lichao baa9bc92bb 11 2026-05-20 15:33:48 +08:00
@@ -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";