From 668b40db8e394058c7e0abad2fbe539a631043c2 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 목, 01 7월 2021 10:03:42 +0900 Subject: [PATCH] Merge branch 'feature/#3417_CF_AOI_Review_전설비_Log_Process개선' into develop --- 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