KKSU
2024-12-19 18b469e54d5f0a89e3f9fd9a8404855d2fe3e094
src/main/resources/mapper/modules/MallMemberWalletMapper.xml
@@ -51,4 +51,9 @@
        </if>
        where id=#{record.id} and revision=#{record.revision}
    </update>
    <update id="updateScore">
        UPDATE mall_member_wallet
        SET score = 0
    </update>
</mapper>