@@ -396,7 +396,7 @@ public class YyskAddressStandardizationServiceImpl {
String dbMatchLevel = item.getMatchLevel();
boolean ifSearch = true;
try {
- if (dbMatchLevel.contains("rule_") || Float.parseFloat(dbMatchLevel) > 1.5) {
+ if (dbMatchLevel.contains("异常") || dbMatchLevel.contains("rule_") || Float.parseFloat(dbMatchLevel) > 1.5) {
ifSearch = false;
}
} catch (Exception e) {