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