
### 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


网友评论