From c70166f3e86ffd0528884911483c067a6b21ebdd Mon Sep 17 00:00:00 2001
From: kojingeun <diteam.co.kr>
Date: 금, 30 6월 2023 15:48:59 +0900
Subject: [PATCH] Ongoing60 #4517 CF AOI Review 결과 파일 찾기 실패 개선 1. AOIServer RawBin 폴더 연결 TimerThread 추가  - file_dummy 생성 후 Open/Close 반복(10초) 2. 프로젝트 누락 경로 및 설정 추가  - FTPUploader Include Path, Debug모드 psapi.lib

---
 ReviewSystem/ReviewSystem/FileUploadControl.cpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ReviewSystem/ReviewSystem/FileUploadControl.cpp b/ReviewSystem/ReviewSystem/FileUploadControl.cpp
index 9456fac..3dd3b20 100644
--- a/ReviewSystem/ReviewSystem/FileUploadControl.cpp
+++ b/ReviewSystem/ReviewSystem/FileUploadControl.cpp
@@ -179,7 +179,7 @@
 // 
 // 	CCommendParam *pParam = NULL;
 // 
-// 	//FTPUpLoad이면 반환
+// 	//FTPUpLoad占싱몌옙 占쏙옙환
 // 	if( bFTPUpload )
 // 		return FALSE;
 // 
@@ -301,7 +301,8 @@
 	if (NULL == hWnd)
 	{
 		g_pLog->DisplayMessage(_T("Find FTPUploader Program : Fail."));
-		StartFTPUploader(_T("C:\\DIT_Review"));
+
+		StartFTPUploader(_T("D:\\DIT_Review"));  //210805
 	}
 	else
 	{
@@ -314,7 +315,7 @@
 		else
 		{
 			g_pLog->DisplayMessage(_T("Send Data to FTPUploader : Fail."));
-			RestartFTPUploader(_T("C:\\DIT_Review")); //A2E FTPUploader
+			RestartFTPUploader(_T("D:\\DIT_Review")); //A2E FTPUploader //210805
 			bRet = FALSE;
 		}
 	}

--
Gitblit v1.9.3