JDBC requires that the JdbcType must be specified for all nullable parameters.

nested exception is org.apache.ibatis.type.TypeException: JDBC requires that the JdbcType must be specified for all nullable parameters.
<if test="#{searchParamVo.keyWord != null}">
            and t1.APPLYNAME LIKE CONCAT('%',#{searchParamVo.keyWord},'%' )
        </if>

今天犯了一个二到死的错误,而且老大指出来了我还没反应过来。妈的,还能好好写代码吗

遇到这个错误确实要好好看下配置文件是不是写错了

猜你喜欢

转载自baqidexiaoxuesheng.iteye.com/blog/2321883