|
@@ -313,11 +313,7 @@ void CFATP_FQCDlg::OnBnClickedButton1()
|
|
|
m_list.DeleteAllItems();
|
|
|
TCHAR szFolderPath[MAX_PATH] = {0};
|
|
|
GLOBAL::GetFilePath(szFolderPath, m_hWnd, _T("请选择Log文件夹!"), BIF_USENEWUI | BIF_RETURNFSANCESTORS | BIF_RETURNONLYFSDIRS);
|
|
|
- if ( CheckLog(szFolderPath) )
|
|
|
- {
|
|
|
- OnBnClickedShopInit();
|
|
|
- }
|
|
|
- else
|
|
|
+ if ( !CheckLog(szFolderPath) )
|
|
|
{
|
|
|
MessageBox(_T("日志统计失败"), _T("提示"), MB_ICONERROR);
|
|
|
}
|