浏览代码

Merge remote-tracking branch 'origin/dev' into dev

xucaiqin 2 年之前
父节点
当前提交
8f00c2711b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sckw-modules/sckw-order/src/main/resources/mapper/KwoWantBuyMapper.xml

+ 1 - 1
sckw-modules/sckw-order/src/main/resources/mapper/KwoWantBuyMapper.xml

@@ -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>