Commit a2f3e9ec authored by 黎博's avatar 黎博

bug fix

parent bf27c9e0
......@@ -767,7 +767,7 @@ public class DatabaseSyncServiceImpl implements DatabaseSyncService {
}
} else {
// 首先删除表
String dropTableSql = "DROP TABLE IF EXISTS" + tableName;
String dropTableSql = "DROP TABLE IF EXISTS " + tableName;
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