From e8ba1e78e72f3f7ec2841f55fd90253b4dc414df Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 목, 14 10월 2021 14:15:04 +0900 Subject: [PATCH] Ongoing60 #3671 CF AOI Review 전설비 Align Matching 방법 개선 --- 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