|
|
@@ -188,7 +188,9 @@
|
|
|
<update id="updateById">
|
|
|
update dkic_a.t_cp_trade
|
|
|
set wx_trade_no = #{wxTradeNo},
|
|
|
- integral_share_id = #{integralShareId},
|
|
|
+ <if test="integralShareId != null">
|
|
|
+ integral_share_id = #{integralShareId}::uuid,
|
|
|
+ </if>
|
|
|
trade_status = #{tradeStatus}
|
|
|
where trade_id = #{tradeId}
|
|
|
</update>
|