Administrator
2025-05-19 2ae7d73e29010a1f1b43c3b71f6789c16c2c3128
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>