|
@@ -316,8 +316,8 @@ public class YyskAddressStandardizationServiceImpl {
|
|
|
long startTime = System.currentTimeMillis();
|
|
|
int taskId = sort * i + startFileIndex;
|
|
|
// 任务执行
|
|
|
- startMutilExecutor(taskId, fileRootPath + "output\\yysk_dmdz_address_standardization_200000_" + taskId + ".xlsx",
|
|
|
- fileRootPath + "output2\\yysk_dmdz_address_standardization_200000_" + taskId + ".xlsx");
|
|
|
+ startMutilExecutor(taskId, fileRootPath + "output5\\yysk_dmdz_address_standardization_200000_" + taskId + ".xlsx",
|
|
|
+ fileRootPath + "output6\\yysk_dmdz_address_standardization_200000_" + taskId + ".xlsx");
|
|
|
/*startMutilExecutor(taskId, fileRootPath + "ziranren\\yysk_dmdz_address_standardization_10000_" + taskId + ".xlsx",
|
|
|
fileRootPath + "ziranrenOutput\\yysk_dmdz_address_standardization_10000_" + taskId + ".xlsx");*/
|
|
|
long endTime = System.currentTimeMillis();
|
|
@@ -401,7 +401,7 @@ public class YyskAddressStandardizationServiceImpl {
|
|
|
// }
|
|
|
}
|
|
|
try {
|
|
|
- if (item.getMatchLevel().contains("异常") || item.getDistinguish() == null || item.getDistinguish().isEmpty() || item.getStreetTown() == null || item.getStreetTown().isEmpty()) {
|
|
|
+ if (item.getMatchLevel().contains("异常") || item.getDistinguish() == null || item.getDistinguish().isEmpty() || item.getDistinguish().equals("[]")|| item.getStreetTown() == null || item.getStreetTown().isEmpty()) {
|
|
|
ifSearch = true;
|
|
|
}
|
|
|
} catch (Exception e) {
|