fix
Hentua
2023-06-15 8bf923b44bbe9b45b73ddcc25df75c9c59f54e07
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}