Invalid bound statement (not found)报错

问题:SecdlistPR#save 产生异常: [org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.topinfo.bstek.yqyd.secdlist.dao.SecdlistDao.save]

 

解决: <insert id="save" parameterType="Map" statementType="CALLABLE" >增加 statementType="CALLABLE"。

 

statementType=”STATEMENT” #{xxx} 的#就不能用了 需要换成${xxx}

 

posted @ 2018-08-31 14:59  .Concise  阅读(104)  评论(0)    收藏  举报