KKSU
2025-01-22 d7f01edd56f2f8a822ceffa9240fa22e4763d7e4
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>