xiaoyong931011
2023-08-29 cf850c5d93b6b1dcfcd6da06faeb3ea7e093ad91
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}