| | |
| | | // //if (pDefectResult->nDefectCode != pPriorityInfo->GetPriorityOpticData()) return FALSE; |
| | | //} |
| | | //210608 Defect Code �� ä�¼� ���� ��û |
| | | if (pPriorityInfo->GetPriorityDefectCode() != RCP_PRIORITY_DEFECT_CODE_ALL) |
| | | //if (pPriorityInfo->GetPriorityDefectCode() != RCP_PRIORITY_DEFECT_CODE_ALL) |
| | | //{ |
| | | // if (pDefectResult->nDefectJudgeCode != pPriorityInfo->GetPriorityDefectCode()) return FALSE; |
| | | //} |
| | | |
| | | if (pPriorityInfo->GetPriorityDefectCode() != "" && pPriorityInfo->GetPriorityDefectCode() != "ALL" && pPriorityInfo->GetPriorityDefectCode() != "all") |
| | | { |
| | | if (pDefectResult->nDefectJudgeCode != pPriorityInfo->GetPriorityDefectCode()) return FALSE; |
| | | if (pDefectResult->strDefectJudgeCode != pPriorityInfo->GetPriorityDefectCode()) return FALSE; |
| | | } |
| | | |
| | | if (pPriorityInfo->GetPriorityGradeData() != RCP_PRIORITY_Judge_ALL) |