当前使用版本(必填,否则不予处理)

3.5.5

该问题是如何引起的?(确定最新版也有问题再提!!!)

自定义baseMapper,生成批量插入sql,但是在主键填充的时候没有填充进去。 经排查,在MybatisParameterHandler#processParameter方法解析出sqlCommandType为Delete,导致无法写入主键 MyBatis-Plus sqlCommandType解析问题

Comment From: wzkris

发现自定义baseMapper的方法读取出来的sqlCommandType都是DELETE

Comment From: wzkris

找到原因。。。