From 12c02f064db12d6d94063bf6dd9e4eb80f4252b8 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 월, 11 10월 2021 15:30:00 +0900
Subject: [PATCH] Ongoing60 #3662 CF AOI Review 전설비 알람 발생 조치 - Review History File Mapping 해제 - Review Inner History 다운 현상 예외처리 추가 - Review End 시 Review 다운 현상 예외처리 추가

---
 ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp b/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp
index 93fe56e..b519053 100644
--- a/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp
+++ b/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp
@@ -24,7 +24,8 @@
 	m_bUseSizeOption				= FALSE;
 	m_nDefectumMinSize				= 0;
 	m_nDefectumMaxSize				= 99999;
-	m_nPriorityDefectCode			= RCP_PRIORITY_DEFECT_CODE_ALL; //20210608
+	//m_nPriorityDefectCode			= RCP_PRIORITY_DEFECT_CODE_ALL; //20210608
+	m_strPriorityDefectCode			= "";
 }
 
 void CRcpPriorityInfo::SetInfo(const CRcpPriorityInfo& rhs)

--
Gitblit v1.9.3