From b3bcb467a943ff5440d9953eeab9d3dd018ba0ca Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 수, 16 6월 2021 17:26:40 +0900 Subject: [PATCH] Ongoing80 #3428 CF AOI Review Recipe Editor 리뷰 우선순위 조건 타입 변경기능 적용 및 검증 - 우선 순위 조건 Defect Type -> Defecct Code 변경 - Defect Code 고정 -> 텍스트로 설정 - 텍스트를 비워두거나 ALL, all을 입력시 모든 Defect코드에 대하여 우선순위 정렬 --- 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