码迷,mamicode.com
首页 > 数据库 > 详细

SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: InlineParameterMap

时间:2019-10-23 11:58:35      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:jdb   AMM   http   src   resources   ati   str   jdbc   map   

<select id="getResByName" resultClass="Resources" parameterClass="java.lang.String">
    select ID id,RESNAME resname from DIR_RESOURCES where RESNAME = #value# ;
   </select>

ibatis 语句切忌 不用加“;”否则就杯具了!

 

技术图片

 

把 <select></select> 标签中,SQL语句的 ; 去掉,就成功了!

 

SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: InlineParameterMap

标签:jdb   AMM   http   src   resources   ati   str   jdbc   map   

原文地址:https://www.cnblogs.com/moonsoft/p/11724982.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!