KKSU
2024-12-10 6b9774009b899e4759a4d59aeea93aed49d9c6ee
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -455,4 +455,12 @@
        where id = #{id}
    </update>
    <update id="updateLastLogin">
        update mall_member
        set last_login_time = #{lastLogin}
        where id = #{id}
    </update>
</mapper>