Cause: java.lang.IllegalArgumentException: argument type mismatch 错误

在这里插入图片描述

Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property ‘orderList’ of ‘class com.vihg.pojo.User’ with value ‘Order{id=1, orderTime=‘2019-12-12’, total=3000.0, uid=null}’ Cause: java.lang.IllegalArgumentException: argument type mismatch

在这里插入图片描述

collection property=“orderList” javaType=“com.vihg.pojo.Order”

在使用一对多查询的时候,不能再去使用javaType去接收
需要去使用的ofType关键字去接收


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