解决mybatisplus saveBatch 或者save 无法插入主键问题

解决mybatisplus saveBatch 或者save 无法插入主键问题

在设置主键的时候将IdType设置为INPUT

不然无法传入

@TableId(value = "age",type = IdType.INPUT)

你可能感兴趣的:(解决mybatisplus saveBatch 或者save 无法插入主键问题)