Skip to content

bugfix: item 不同字段相同值导致指纹误判 #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ronghefeng
Copy link

@Ronghefeng Ronghefeng commented Mar 6, 2025

Item 的指纹生成只取了字段的值,如果有不同的字段,但是设置的值相同,在过滤的时候会被当成重复的数据,如下图所示:

WechatIMG18727

修改 item 的指纹生成逻辑,将 value 不为空的字段名一起拼接,可以避免这个问题

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant