Commit a2f3e9ec authored by 黎博's avatar 黎博

bug fix

parent bf27c9e0
...@@ -767,7 +767,7 @@ public class DatabaseSyncServiceImpl implements DatabaseSyncService { ...@@ -767,7 +767,7 @@ public class DatabaseSyncServiceImpl implements DatabaseSyncService {
} }
} else { } else {
// 首先删除表 // 首先删除表
String dropTableSql = "DROP TABLE IF EXISTS" + tableName; String dropTableSql = "DROP TABLE IF EXISTS " + tableName;
statement.execute(dropTableSql); statement.execute(dropTableSql);
// 然后同步表结构 // 然后同步表结构
......
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