提交 3ce01a27 编写于 作者: Z zyyang

change

上级 305cbd8c
......@@ -22,7 +22,7 @@ public class DatabaseMapperImpl implements DatabaseMapper {
@Override
public void dropDatabase(String dbname) {
jdbcTemplate.update("drop database if exists" + dbname);
jdbcTemplate.update("drop database if exists " + dbname);
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册