From 4296d2a687c0168ed70336eefe1d3f0955f4953e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 09 Jan 2023 16:25:04 +0800 Subject: [PATCH] 20221227 ε εΌε½ι --- src/main/resources/mapper/modules/MallMemberWalletMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml index e4f7e60..84693d8 100644 --- a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml +++ b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml @@ -42,7 +42,8 @@ <if test="record.commission != null"> , commission = #{record.commission} </if> - where id=#{record.id} and revision=#{record.revision} + where id=#{record.id} +-- and revision=#{record.revision} </update> <select id="selectSumBalance" resultType="java.math.BigDecimal"> -- Gitblit v1.9.1