|
|
@@ -116,6 +116,14 @@
|
|
|
<include refid="Condition"/>
|
|
|
</select>
|
|
|
|
|
|
+ <!-- 更新数据-->
|
|
|
+ <update id="updateById">
|
|
|
+ update dkic_a.t_cp_trade set
|
|
|
+ wx_trade_no = #{wxTradeNo},
|
|
|
+ trade_status = #{tradeStatus}
|
|
|
+ where trade_id = #{tradeId}
|
|
|
+ </update>
|
|
|
+
|
|
|
<!-- 查询表t_cp_trade,根据交易单号查数据 -->
|
|
|
<select id="selectTradeByNo" resultMap="BaseResultMap">
|
|
|
SELECT
|