From c61d82cd1032dbf8db0ecfea1988301591d93c24 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Mon, 6 Nov 2023 15:49:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AF=BC=E5=87=BA=E5=A4=9A?= =?UTF-8?q?=E9=A1=B5=E6=96=87=E6=9C=AC=E6=96=87=E4=BB=B6=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=AF=BC=E5=87=BA=E8=A2=AB=E9=80=89=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E7=BB=93=E6=9E=9C=E5=8F=AA=E8=83=BD=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=B8=80=E5=BC=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/dialog_exportimagefile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scanner2/dialog_exportimagefile.cpp b/app/scanner2/dialog_exportimagefile.cpp index 2a58081e..5ae0dc4a 100644 --- a/app/scanner2/dialog_exportimagefile.cpp +++ b/app/scanner2/dialog_exportimagefile.cpp @@ -1,4 +1,4 @@ -#include "dialog_exportimagefile.h" +#include "dialog_exportimagefile.h" #include "ui_dialog_exportimagefile.h" #include "mainwindow.h" #include "base/HGInfo.h" @@ -294,7 +294,7 @@ void HGAPI Dialog_ExportImageFile::ThreadFunc(HGThread thread, HGPointer param) if (HGBASE_ERR_OK == ret) { char fileName[512]; - if(p->m_srcFiles.size() > 1) + if(p->m_srcFiles.size() > 1 || count > 1) { sprintf(fileName, "%s%03d", getStdString(p->m_destName).c_str(), index); }else