KKSU
2024-07-01 c3ed9a07b0765834136afb6400d350d895584b51
src/main/resources/mapper/modules/MallMemberWalletMapper.xml
@@ -156,7 +156,7 @@
    <update id="addVorCherAmountAndCntById">
        update mall_member_wallet
        <set>
            voucher_amount = voucher_amount + #{voucherAmount},
            balance = balance + #{voucherAmount},
            voucher_cnt = voucher_cnt - #{voucherCnt},
        </set>
        WHERE id =  #{id}