From 682fefef1b0a709e33de520859b2e7410f6bb981 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 09 Jan 2023 16:36:08 +0800 Subject: [PATCH] 20221227 ε εΌε½ι --- src/main/resources/mapper/modules/MallMemberWalletMapper.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml index 84693d8..e4f7e60 100644 --- a/src/main/resources/mapper/modules/MallMemberWalletMapper.xml +++ b/src/main/resources/mapper/modules/MallMemberWalletMapper.xml @@ -42,8 +42,7 @@ <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