From e5fa774d622d6852fe8e1f033045aed221649108 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 금, 15 10월 2021 13:24:54 +0900
Subject: [PATCH] Ongoing80 #3662 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