为了账号安全,请及时绑定邮箱和手机立即绑定

mybatis异常

mybatis异常

BIG阳 2018-08-17 10:09:09
xml配置如下:<update id="updateUsers" parameterType="java.util.List"> <foreach collection="users" item="item" index="index" open="" close="" separator=";">update user  <set> parent_id = 0  </set> where id = ${item.id} and bjid = ${item.bjid} and njid = ${item.njid}  </foreach> </update> mapper如下:Integer updateUsers(@Param("users") List<user> users); 调用: userDao.updateUsers(userList); 异常信息如下:org.mybatis.spring.MyBatisSystemException:nested exception is org.apache.ibatis.exceptions.PersistenceException: \n### Error updating database. Cause: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long\n### The error may involve com.kjm.calm.mmapper.UserDao.updateUserInfo-Inline\n### The error occurred while setting parameters\n### SQL: \n### Cause: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
查看完整描述

1 回答

?
繁星coding

TA贡献1797条经验 获得超4个赞

updateUserInfo中参数类型错误,integer转long报错,异常中说了


查看完整回答
反对 回复 2018-09-06
  • 1 回答
  • 0 关注
  • 824 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信