diff --git a/State_Comparision_Ver_1.0.0/frm_Main.vb b/State_Comparision_Ver_1.0.0/frm_Main.vb index a605c14..14b1eec 100644 --- a/State_Comparision_Ver_1.0.0/frm_Main.vb +++ b/State_Comparision_Ver_1.0.0/frm_Main.vb @@ -1675,7 +1675,8 @@ Public Class frm_Main Return False End If - If typeNumber = typeList.prodSet_V1 Or typeNumber = typeList.prodFace_V2 Then + ' Effect_V3의 type number는 3으로 BODY 카트리지 번호와 같기에 처리 필요 + If typeNumber = typeList.prodSet_V1 Or typeNumber = typeList.prodFace_V2 Or (modelNumber = modelList.Effect And typeNumber = typeList.prodBody) Then chkItem(itemInfoList.face) = sqlResult chkItem(itemInfoList.eye) = sqlResult Else