ibatis 参数错误,无效字符

--- The error occurred in EmptyMapping.xml.
--- The error occurred while applying a parameter map.
--- Check the queryEventStatisticsVO-InlineParameterMap.
--- Check the statement (query failed).
--- Cause: java.sql.SQLSyntaxErrorException: ORA-00911: 无效字符

仔细检查发现参数并没有错误,最后发现是sql 文结束的时候加了一个 分号 (;),,

; 导致上面的错误。

上一篇:ubuntu16.04安装virtualbox5.1失败 gcc:error:unrecognized command line option ‘-fstack-protector-strong’


下一篇:进行编译时提示'error: unrecognized command line option "-std=gnu11"'如何处理?