From ee0ebb6c628b904e5e72f3d21dcb004e0abe17ea Mon Sep 17 00:00:00 2001 From: SHM Date: Fri, 11 Apr 2025 16:50:06 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=84=B1=ED=98=84=EB=AA=A8]=20TRA=20Trend=20?= =?UTF-8?q?=EC=9D=B8=EB=8D=B1=EC=8A=A4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs b/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs index be801f2..cd70be0 100644 --- a/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs +++ b/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs @@ -329,13 +329,13 @@ namespace SystemX.Product.TRA.UIControl bool bIsGlobal = (Convert.ToInt32(dtRowTestlistSpec[eColTestlist.IsGlobal.ToString()])) > 0 ? true : false; drDisp[4] = bIsGlobal ? row.GlobalMin.ToString() : dtRowTestlistSpec[eColTestlist.SpecMin.ToString()].ToString(); - drDisp[5] = bIsGlobal ? row.GlobalMAx.ToString() : dtRowTestlistSpec[eColTestlist.SpecMax.ToString()].ToString(); + drDisp[6] = bIsGlobal ? row.GlobalMAx.ToString() : dtRowTestlistSpec[eColTestlist.SpecMax.ToString()].ToString(); string strMessage = row.Message.ToString(); string strMeasValStr = row.MeasValStr.ToString(); string strMeasVal = row.MeasVal.ToString(); - drDisp[6] = string.IsNullOrWhiteSpace(strMessage) ? (string.IsNullOrWhiteSpace(strMeasValStr) ? strMeasVal : strMeasValStr) : strMessage; + drDisp[5] = string.IsNullOrWhiteSpace(strMessage) ? (string.IsNullOrWhiteSpace(strMeasValStr) ? strMeasVal : strMeasValStr) : strMessage; drDisp[7] = row.Result.ToString(); /*