The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: select * from  COST_DYNA_COST_CP;
### Cause: java.sql.SQLSyntaxErrorException: ORA-00933: SQL 命令未正确结束; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00933: SQL 命令未正确结束
以上是报错信息<select id="findAll"
            resultMap="resultMap" >
        select * from  COST_DYNA_COST_CP;
    </select><resultMap id="resultMap" type="kmc.sys.entity.DynaCostCp">
   <result property="id" column="id"/>
  
</resultMap>sql明确是没问题的啊,并且也找到了sql语句执行了,为什么会报错呢, 数据库是oracle12c,jar是ojdbc8