Browse Source

只要有一个log Pass,就算Pass。

JeffWang 3 năm trước cách đây
mục cha
commit
1f0e6317cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      FATP_FQC/FATP_FQC/FATP_FQCDlg.cpp

+ 1 - 1
FATP_FQC/FATP_FQC/FATP_FQCDlg.cpp

@@ -221,7 +221,7 @@ BOOL CFATP_FQCDlg::CheckLog(CString strLogDir)
 		GLOBAL::SaveList(m_listResult);
 		m_listResult.RemoveAll();
 
-		if ( nPassLog == 5 )
+		if ( nPassLog == 1 )
 			return TRUE;
 	}