From 332ab3cdf6fd91e5cee4f0a773ab2b270df2ed66 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 20 九月 2023 23:18:51 +0800 Subject: [PATCH] 0921 --- internal_system_v1/clientmainwindow.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/internal_system_v1/clientmainwindow.cpp b/internal_system_v1/clientmainwindow.cpp index ee72cbb..579c8e8 100644 --- a/internal_system_v1/clientmainwindow.cpp +++ b/internal_system_v1/clientmainwindow.cpp @@ -107,7 +107,8 @@ if(comName.isValid()){ if(!readDataFromSQL(comName.toString())){ QMessageBox::information(this,"瀵煎叆涓柇","璇风‘璁ゅ叕鍙稿熀鏈俊鎭凡缁忓瓨鍦�"); - return; + break; + //return; } qDebug()<<comName<<g_comId; } -- Gitblit v1.8.0