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

mybatis-plus-boot-starter 3.5.2

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

List qybzList = new ArrayList<>(); 这里执行批量保存或更新就会 There is no getter for property named 'filter' List就没有引用‘filter’ saveOrUpdateBatch(input.getQybzList());

但如果只用saveBatch 是可以保存,这里传参一样用的Collection entityList

重现步骤(如果有就写完整)

报错信息

nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'filter' in

Comment From: miemieYaho

有复现demo吗

Comment From: qmdx

未反馈