From 78f6502f7e456149e2265a27dbc98bb18890f996 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sun, 26 Sep 2021 10:39:49 +0800 Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall --- src/main/resources/mapper/modules/MallMemberWalletMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml index 6036704..fb94670 100644 --- a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml +++ b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml @@ -8,8 +8,8 @@ <update id="updateBalanceWithVersion"> update mall_member_wallet - set REVISION = REVISION + 1, + set revision = revision + 1, balance = #{record.balance} - where id=#{record.id} and REVISION=#{record.REVISION} + where id=#{record.id} and revision=#{record.revision} </update> </mapper> \ No newline at end of file -- Gitblit v1.9.1