From 43a25cfe285b11f88a4678cd94b929866b6fedc5 Mon Sep 17 00:00:00 2001
From: pansen <pansen626@sina.com>
Date: 星期六, 26 一月 2019 14:08:02 +0800
Subject: [PATCH] # Type(<scope>): <subject>

---
 QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp b/QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp
index 4dbacb0..4dac82e 100644
--- a/QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp
+++ b/QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp
@@ -100,7 +100,7 @@
     }
 
     std::string getTableInfosSql(std::string tableName) {
-        std::string sql = "select * from '" + tableName+"';";// + " where del_flag = 0";
+        std::string sql = "select * from '" + tableName + "';";// + " where del_flag = 0";
         return sql;
     }
 

--
Gitblit v1.8.0