您的位置:首页 > 产品设计 > UI/UE

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

2016-09-04 21:06 901 查看
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>


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

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





大小: 6.6 KB

查看图片附件
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐