--- 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 文结束的时候加了一个 分号 (;),,
; 导致上面的错误。