Commit cbdea75f authored by 黎博's avatar 黎博

bug fix

parent 0cbde284
......@@ -369,7 +369,7 @@ public class DatabaseSyncServiceImpl implements DatabaseSyncService {
}
if (!redisUtils.hasKey(tableInsertKey)) {
log.info(("redis中没有{}表的数据,开始获取表数据。", tableName);
log.info("redis中没有{}表的数据,开始获取表数据。", tableName);
ResultSet columnResultSet = databaseMetaData.getColumns(null, "%", tableName, "%");
while (columnResultSet.next()) {
// 字段名称
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment