Administrator
2025-06-17 97c56c176af03b1f890cadf7a22c04340ffaedc1
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>