KKSU
2024-05-22 cf2cb6c68d513e794e13ffe89cdfba970287d65d
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,