This commit is contained in:
2023-12-21 15:09:15 +08:00
parent 24b82b2879
commit 668f6778f5

View File

@@ -176,6 +176,7 @@
<if test="newGiftBalance != null">gift_balance = #{newGiftBalance},</if>
</trim>
where member_id = #{memberId,jdbcType=VARCHAR}
and wallet_code = #{walletCode,jdbcType=VARCHAR}
and version = #{version,jdbcType=INTEGER}
</update>