From 6c48319c60c4eb6ad4ff3631f5caa6b297d2e787 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 수, 18 8월 2021 09:06:18 +0900
Subject: [PATCH] Merge branch 'feature/#3561_CF_AOI_Review_Align_카메라_끊김_현상_조치' into feature/#3562_CF_AOI_Review_실행_프로그램_경로_변경

---
 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