From 65d45cae3268e08a78362b608711f70483a087c0 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 수, 09 6월 2021 10:52:38 +0900
Subject: [PATCH] Ongoing50 #3428 CF AOI Review Recipe Editor 리뷰 우선순위 조건 타입 변경기능 적용 및 검증 - 우선 순위 조건 Defect Type -> Defecct Code 변경

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

diff --git a/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp b/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp
index 85df3be..93fe56e 100644
--- a/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp
+++ b/ReviewSystem/CHReviewRecipe/RcpPriorityInfo.cpp
@@ -13,9 +13,9 @@
 
 void CRcpPriorityInfo::Reset()
 {	
-	m_nPriorityOpticData			= RCP_PRIORITY_ORDER_OPTIC_ALL;				// 우선순위 optic 데이터
-	m_nPriorityGrayData				= RCP_PRIORITY_ORDER_GRAY_ALL;				// 우선순위 gray 데이터
-	m_nPriorityStackData			= RCP_PRIORITY_ORDER_STACK_ALL;				// 우선순위 stack 데이터
+	m_nPriorityOpticData			= RCP_PRIORITY_ORDER_OPTIC_ALL;				// 占쎌선占쏙옙占쏙옙 optic 占쏙옙占쏙옙占쏙옙
+	m_nPriorityGrayData				= RCP_PRIORITY_ORDER_GRAY_ALL;				// 占쎌선占쏙옙占쏙옙 gray 占쏙옙占쏙옙占쏙옙
+	m_nPriorityStackData			= RCP_PRIORITY_ORDER_STACK_ALL;				// 占쎌선占쏙옙占쏙옙 stack 占쏙옙占쏙옙占쏙옙
 	m_nPriorityDefectType			= RCP_PRIORITY_ORDER_PARTICLE;
 	m_nPriorityModelData            = RCP_PRIORITY_MODEL_TYPE_ALL;
 	m_nDefectGradeData              = RCP_PRIORITY_Judge_ALL;
@@ -24,7 +24,7 @@
 	m_bUseSizeOption				= FALSE;
 	m_nDefectumMinSize				= 0;
 	m_nDefectumMaxSize				= 99999;
-
+	m_nPriorityDefectCode			= RCP_PRIORITY_DEFECT_CODE_ALL; //20210608
 }
 
 void CRcpPriorityInfo::SetInfo(const CRcpPriorityInfo& rhs)

--
Gitblit v1.9.3