KKSU
2025-01-20 f6022783d664dc79fa7bee50ec6ec1b8b6ae5177
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>