xiaoyong931011
2023-01-09 682fefef1b0a709e33de520859b2e7410f6bb981
20221227 充值归集
1 files modified
3 ■■■■ changed files
src/main/resources/mapper/modules/MallMemberWalletMapper.xml 3 ●●●● patch | view | raw | blame | history
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">