KKSU
2024-08-27 a29ec2e752a0735cfe9d4574a22f95bcf2618a14
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,