From 6ef840649fc962b730a5a42b3f919c2387124d3a Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 27 Jun 2023 18:39:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usermanagework.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usermanagework.cpp b/usermanagework.cpp index c63885c..cc0a20b 100644 --- a/usermanagework.cpp +++ b/usermanagework.cpp @@ -2,7 +2,7 @@ UserManageWork::UserManageWork(QObject* parent) : QObject(parent) { - db_service.addDatabase(DB, "AttendManageWork_DB"); + db_service.addDatabase(DB, "UserManageWork_DB"); DB.setConnectOptions("MYSQL_OPT_RECONNECT=1"); //超时重连 }