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/DlgUpdateNote.cpp | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ReviewSystem/ReviewSystem/DlgUpdateNote.cpp b/ReviewSystem/ReviewSystem/DlgUpdateNote.cpp index 71f4145..ecfeb80 100644 --- a/ReviewSystem/ReviewSystem/DlgUpdateNote.cpp +++ b/ReviewSystem/ReviewSystem/DlgUpdateNote.cpp @@ -42,13 +42,16 @@ CString substring; - substring = _T("20180706 CMJ."); + substring = _T("211109 LYW."); lastupdate += substring; lastupdate += crlf; - substring = _T("B11 New Program Make"); + substring = _T("FDC Defocus보고시 간헐적으로 0으로 보고하는 현상 수정"); lastupdate += substring; lastupdate += crlf; - substring = _T("Keyboard Jog Move Add"); + substring = _T("리뷰 히스토리 버튼 클릭시 외부 히스토리 연동"); + lastupdate += substring; + lastupdate += crlf; + substring = _T("리뷰 End시 간헐적으로 SW 다운 현상 개선"); lastupdate += substring; lastupdate += crlf; lastupdate += crlf; -- Gitblit v1.9.3