表名没有这种写法。表名可以写个变量代替啊。比如select * from "+A+" where.....然后表名重新加一个参数,不要跟真正的参数放在一起。public void sql(String sql, String tableName, Map param){}