1.  检查Mapper 中的 Sql 是否有 foreach 遍历 某个对象时直接取属性的值而不是通过  ” item . 属性名 “ 方式获取

2. 传递的参数 是否类型不匹配导致

    List<Integer> params 实际传递的参数确实  List<UserInfo>  导致

java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_a_0'. It was either not specified and/or could not be found for the javaType (org.spring.lldd.xut.UserInfo) : jdbcType (INTEGER) combination.

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐