KKSU
2024-08-28 8c8aaaa69618d3df3333942fa9af5e5ab5cc5c6a
src/main/resources/mapper/modules/MallMemberAmountMapper.xml
@@ -35,6 +35,13 @@
        where id = #{record.id} and revision=#{record.revision}
    </update>
    <update id="updateTotalPerkById">
        update mall_member_amount
        set revision = revision + 1,
            total_perk = #{record.totalPerk}
        where id = #{record.id} and revision=#{record.revision}
    </update>
    <update id="updateGsdById">
        update mall_member_amount
        set revision = revision + 1,