From 954ead41d9391bca28a3cc4f9592f73f25b3bbc8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 02 一月 2023 17:55:06 +0800
Subject: [PATCH] '完善批量设置代码'

---
 ConsoleApplication/TradeQueueCaptureManager.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ConsoleApplication/TradeQueueCaptureManager.cpp b/ConsoleApplication/TradeQueueCaptureManager.cpp
index 86d0095..bf22eb7 100644
--- a/ConsoleApplication/TradeQueueCaptureManager.cpp
+++ b/ConsoleApplication/TradeQueueCaptureManager.cpp
@@ -41,9 +41,9 @@
 		catch (string st) {
 			cout << index<<":"<< st << endl;
 		}
-		//catch (...) {
-		//	cout << index << ":" << "未知异常" << endl;
-		//}
+		catch (...) {
+			cout << index << ":" << "未知异常" << endl;
+		}
 	}
 
 }

--
Gitblit v1.8.0