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}
最怕一生碌碌无为还说平凡难能可贵。

浙公网安备 33010602011771号