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关键字去接收



