[성현모] Trend 클릭 오류 수정, DB 커넥션 정보 오류 수정

This commit is contained in:
SHM
2024-06-26 13:57:41 +09:00
parent 42a5919ca7
commit 983914afc5
4 changed files with 15 additions and 6 deletions

View File

@ -783,7 +783,7 @@ namespace SystemX.Product.TRA.UIControl
if (nRowHndl < 0)
return;
string strGetId = DTTestLogList.Rows[e.RowHandle][23].ToString();
string strGetId = DTTestLogList.Rows[e.RowHandle][18].ToString();
BaseRow br = vGridControlInfo.Rows.GetRowByFieldName("TestRequestID");
vGridControlInfo.SetCellValue(br, 0, strGetId);