maoyehu 2 years ago
parent
commit
fa98e38d69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MFCApplication1/MFCApplication1Dlg.cpp

+ 1 - 1
MFCApplication1/MFCApplication1Dlg.cpp

@@ -190,7 +190,7 @@ int IdentifyCallback(result::spinfo& pinfo, void* param)
 	cutPaper(number, strJsonDir, pinfo.vecUrlAPath[0], strSaveDir);
 	g_scanCount++;
 	pWnd->PostMessage(WM_PROCESS, NULL, NULL);
-	pWnd->FormatScanMsg("生成切割图像:%s", pinfo.vecUrlAPath[0].c_str());
+	pWnd->FormatScanMsg("生成切割图像:%s", std::to_string(number).c_str());
 
 	return 0;
 }