KKSU
2024-02-27 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f
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}