Helius
2021-10-01 bbe56bf9f6e66b3c1d0085838a6c16b76b0924f5
src/main/resources/mapper/modules/MallMemberWalletMapper.xml
@@ -12,4 +12,11 @@
            balance = #{record.balance}
        where id=#{record.id} and revision=#{record.revision}
    </update>
    <update id="updateBalanceWithId">
        update mall_member_wallet
        set revision = revision + 1,
            balance = #{record.balance}
        where id=#{record.id}
    </update>
</mapper>