KKSU
2025-02-11 e8f8d89a4248cd4d0a7138cc2e5a36ea9b136699
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>