Administrator
2025-05-15 1fc8fde81cbf79ebe95e927f9099cf94c2ccc6e5
src/main/resources/mapper/modules/MallMemberWalletMapper.xml
@@ -42,6 +42,9 @@
        <if test="record.commission != null">
            , commission = #{record.commission}
        </if>
        <if test="record.totalScore != null">
            , total_score = #{record.totalScore}
        </if>
        where id=#{record.id} and revision=#{record.revision}
    </update>
</mapper>