规则基础增删改查 脱敏

master
chentaisen 2024-08-22 00:28:42 +08:00
parent bb01259aff
commit f2b0cdfb08
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ public class RuleServiceImpl extends ServiceImpl<RuleMapper, Rule> implements Ru
//手机号
String ruleDesc = Desensitization.mobilePhoneDesensitization(rule1.getRuleDesc());
rule1.setRuleDesc(ruleDesc);
});
return list;
}