KKSU
2024-09-09 0a2d4d9712c3457ef9afa8d943be4a3d0b04a507
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,