|
|
@@ -36,7 +36,7 @@
|
|
|
<result column="remark" property="remark"/>
|
|
|
<result column="createTime" property="createTime"/>
|
|
|
<result column="updateTime" property="updateTime"/>
|
|
|
- <collection property="wantBuyTradings" column="id" ofType="com.sckw.order.model.vo.res.WantBuyTradingRes" javaType="java.util.List" >
|
|
|
+ <collection property="wantBuyTradings" column="id" ofType="com.sckw.order.model.vo.res.WantBuyTradingRes" javaType="java.util.List" select="tradingSql">
|
|
|
<id column="wantBuyId" property="wantBuyId"/>
|
|
|
<result column="trading" property="trading"/>
|
|
|
</collection>
|