更新sql以及配置文件还原

This commit is contained in:
=
2023-12-07 15:33:33 +08:00
parent 7a173757f0
commit b883cac767
10 changed files with 135 additions and 12 deletions
@@ -135,7 +135,7 @@ public class SecurityRuleDO {
}
}
if (rule.equalsIgnoreCase("ALL") || rule.equals("0.0.0.0") || rule.equals("0..0.0.0/0")) {
if (rule.equalsIgnoreCase("ALL") || rule.equals("0.0.0.0") || rule.equals("0.0.0.0/0")) {
return passType == SecurityRulePassTypeEnum.ALLOW ? SecurityRulePassTypeEnum.ALLOW : SecurityRulePassTypeEnum.DENY;
}