We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
select ftelephone ,ftelephonE from fuser; 脱敏是按照小写ftelephone配置,查询时最后一位输入大写,导致脱敏失效。
select ftelephone ,ftelephonE from fuser; 查询结果:
ftelephone | ftelephonE test | test 99988 | 999888 98721 | 987654321 98080 | 980980980 93993 | 939393 936****62 | 936771362
No response
1.10.0
Docker
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
重现步骤
select ftelephone ,ftelephonE from fuser;
脱敏是按照小写ftelephone配置,查询时最后一位输入大写,导致脱敏失效。
预期外的结果
select ftelephone ,ftelephonE from fuser;
查询结果:
ftelephone | ftelephonE
test | test
99988 | 999888
98721 | 987654321
98080 | 980980980
93993 | 939393
936****62 | 936771362
日志文本
No response
版本
1.10.0
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
The text was updated successfully, but these errors were encountered: