|
|
@@ -36,7 +36,7 @@
|
|
|
<result column="buy_end_date" property="buyEndDate" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="buy_fun_id" property="buyFunId" typeHandler="UuidListTypeHandler"/>
|
|
|
<result column="buy_grade_code" property="buyGradeCode"/>
|
|
|
- <result column="wx_trade_no" property="wxGradeNo"/>
|
|
|
+ <result column="wx_trade_no" property="wxTradeNo"/>
|
|
|
<result column="extend_days" property="extendDays"/>
|
|
|
<result column="dk_user_id" property="dkUserId" typeHandler="UuidTypeHandler"/>
|
|
|
</resultMap>
|
|
|
@@ -55,7 +55,7 @@
|
|
|
<result column="buy_end_date" property="buyEndDate" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="buy_fun_id" property="buyFunId" typeHandler="UuidListTypeHandler"/>
|
|
|
<result column="buy_grade_code" property="buyGradeCode"/>
|
|
|
- <result column="wx_trade_no" property="wxGradeNo"/>
|
|
|
+ <result column="wx_trade_no" property="wxtradeNo"/>
|
|
|
<result column="extend_days" property="extendDays"/>
|
|
|
<result column="dk_user_id" property="dkUserId" typeHandler="UuidTypeHandler"/>
|
|
|
</resultMap>
|
|
|
@@ -154,7 +154,7 @@
|
|
|
#{item.buyEndDate},
|
|
|
#{item.buyFunId}::uuid[],
|
|
|
#{item.buyGradeCode},
|
|
|
- #{item.wxGradeNo},
|
|
|
+ #{item.wxTradeNo},
|
|
|
#{item.extendDays},
|
|
|
#{item.dkUserId}::uuid,
|
|
|
</trim>
|