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; }