Mybatis-plus deleteBatchIds报错: jdbcType (null) combination.

  • Post author:
  • Post category:其他


Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property ‘__frch_item_0’ jdbcType (null) combination.

原因竟然是:

有个变量名字叫batchId(傻X取的名字),引起了deleteBatchIds映射报错?

改名了就好了。

在这里插入图片描述

参考:


mybatis 引用对象属性映射错误 or could not be found for the javaType (xxx.model) : jdbcType (null) combination.



版权声明:本文为CW_SZDX原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。