SDC C-Project CF Review 프로그램
LYW
2022-03-30 e147f44d605bdce9c395c1fd66a88f6cc8106350
ReviewSystem/ReviewRecipeEditor/DlgReview.cpp
@@ -290,7 +290,8 @@
            if(strArrayOption.GetSize() > 0)
            {
               strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityStackData());
               //LYW ERR수정
               strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityGrayData());
               m_ctrlGridFilterinfo.SetItemText(nRowIdx, nColIdx++, strItemText);
            }
         }
@@ -1487,6 +1488,9 @@
            case RCP_PRIORITY_Judge_PR:
               strTemp.Format(_T("PR"));
               break;
            case RCP_PRIORITY_Judge_ND:
               strTemp.Format(_T("ND"));
               break;
            case RCP_PRIORITY_Judge_PT:
               strTemp.Format(_T("PT"));
               break;