课程
/后端开发
/Java
/SpringBoot构建电商基础秒杀项目
两个表的自增都设置了,为什么拿不到user_id,求各位大神解惑!
2019-01-30
源自:SpringBoot构建电商基础秒杀项目 3-11
正在回答
首先user_id这个字段你需要先在数据库中给上一个默认值,让后,如图,你将userDo的id给UserPasswordDo的id进行一次赋值,即可
qq_罪名_1
谢谢,确实是写丢了,没有set进它的id
举报
应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。
1 回答 Field 'id' doesn't have a default value]
1 回答ause: java.sql.SQLException: Field 'id' doesn't have a default value ### The error may involve com.miaoshaproject.dao.UserPasswordDOMapper.insertSelective-Inline ### The error occurred while setting parameters ### SQL: insert into user_password ( enc
1 回答数据库里user_id=0的问题
3 回答user_id拿不到值是为什么呀
3 回答insert 数据后,“user_password”表的user_id为0