SDC C-Project CF Review 프로그램
Ongoing60 #4517 CF AOI Review 결과 파일 찾기 실패 개선
1. Find Bin File 무조건 실패하는 버그 개선
1개 파일 변경됨
4 ■■■■ 파일 변경됨
ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp 4 ●●●● 패치 | 보기 | raw | blame | 히스토리
ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp
@@ -2981,7 +2981,11 @@
                CTimeSpan tmSpan = tmReviewLoading - tmTemp;
                
                if (tmSpan < nCloseTime)
                {
                    strFindFile = strPickFileName.c_str();
                    g_pLog->DisplayMessage(_T("[GlassLoading][FindRawBinFile] Find File Success"));
                    break;
                }
            }
            /* < KJG 20230605 - #4517 ADD End >*/