脱敏字段可以支持数组的类型吗?
#2819
Replies: 2 comments
-
|
@wutianya 你说的这个问题看看此方案能否解决。 数据库、表,可以配置为*了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
谢谢。 我后面是直接用sql导入的方式解决的,如果一个个手动添加的话,不敢想象,哈哈... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
脱敏时需要明确实例、数据库、表、字段这是前提,当一个表需要脱敏多个字段时需要给每个字段都添加脱敏字段配置,这个配置就很繁琐,如果同一个表有多个脱敏字段时,用数组或者字典是不是相对简单些
Beta Was this translation helpful? Give feedback.
All reactions