工作生活

mybatis 插件小bug

2019-07-04  本文已影响0人  張先生_9efb

### Error updating database. Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class com.hjy.acs.entity.FaceEntity' with value '1145610988804141058' Cause: java.lang.IllegalArgumentException: argument type mismatch

### The error may exist in com/hjy/acs/dao/FaceDao.java (best guess)

### The error may involve com.hjy.acs.dao.FaceDao.insert

### The error occurred while executing an update

### Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class com.hjy.acs.entity.FaceEntity' with value '1145610988804141058' Cause: java.lang.IllegalArgumentException: argument type mismatch

新版本的bug,以前的@TableId,type用默认的,现在的要用type = IdType.AUTO

上一篇 下一篇

猜你喜欢

热点阅读