在Mapper.xml resulrMap中 在使用一对多或者多对一时
<association property="orders" javaType="com.bd.domain.Orders" autoMapping="true">
</association>
<collection property="list" javaType="List" ofType="com.bd.domain.Orders" autoMapping="true">
</collection>
将此结构放到最后,</resultMap>前,解决问题。
原文地址:https://www.cnblogs.com/z-mm/p/11164550.html
时间: 2024-11-11 03:01:49