From dfef23453ad106efad95e40cbeaa191d8b3f6961 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 21 九月 2023 23:07:45 +0800 Subject: [PATCH] 0921 --- internal_system_v1/clientmainwindow.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/internal_system_v1/clientmainwindow.cpp b/internal_system_v1/clientmainwindow.cpp index ee72cbb..fc02ffa 100644 --- a/internal_system_v1/clientmainwindow.cpp +++ b/internal_system_v1/clientmainwindow.cpp @@ -7,6 +7,7 @@ #include <QSqlRecord> extern int g_comId; +extern QString g_dataRootPath; QString g_auditDate; ClientMainWindow::ClientMainWindow(QWidget *parent) : @@ -107,7 +108,8 @@ if(comName.isValid()){ if(!readDataFromSQL(comName.toString())){ QMessageBox::information(this,"瀵煎叆涓柇","璇风‘璁ゅ叕鍙稿熀鏈俊鎭凡缁忓瓨鍦�"); - return; + break; + //return; } qDebug()<<comName<<g_comId; } -- Gitblit v1.8.0