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

3.5.1

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

引入insertBatchSomeColumn后报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): *.insertBatchSomeColumn MyBatis-Plus org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): *****.insertBatchSomeColumn

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

  1. 在DBMapper里新增了一条int insertBatchSomeColumn(List entityList);
  2. 重写了属于自己的MyBatisPlusSqlInjector
  3. 重写了MybatisPlusConfig的sqlInjector

报错信息

Comment From: miemieYaho

自行排查配置