[성현모] TRA Ng검색 기능 수정

This commit is contained in:
SHM
2024-06-27 15:08:53 +09:00
parent 7e3751990f
commit 1eae539c72
3 changed files with 49 additions and 7 deletions

View File

@ -80,7 +80,7 @@ namespace SystemX.Product.TRA.UIControl
public void SetSQLConnection(eSelectDataView SelectView, IDataBaseController getDBController, DateTime dtStart)
{
DataManager = new DMTestNgHistory(SelectView, getDBController);
DataManager = new DMTestNgHistory(SelectView, getDBController, dtStart);
DetailDataManager = new DMTestDetail(SelectView, getDBController, dtStart);
}
@ -536,8 +536,9 @@ namespace SystemX.Product.TRA.UIControl
bool bIsGlobal = (Convert.ToInt32(GetTLRow["IsGlobal"])) > 0 ? true : false;
nAccessKey = Int64.Parse(drNgInfo["AccessKey"].ToString());
drNgs[i][9] = drNgInfo["AccessKey"];
//nAccessKey = Int64.Parse(drNgInfo["AccessKey"].ToString());
//drNgs[i][9] = drNgInfo["AccessKey"];
drNgs[i][9] = drNgs[i][0];
drNgs[i][10] = (GetTLRow != null) ? GetTLRow[8] : "";
drNgs[i][11] = drNgInfo["StepID"];