feat: There is no way the,
This commit is contained in:
@@ -244,7 +244,7 @@ public class ResetSearchCenterService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!delList.isEmpty() && ("ALL".equals(searchCenter.getExecType().toUpperCase()) || "DEL".equals(searchCenter.getExecType().toUpperCase()))){
|
if(!delList.isEmpty() && ("DEL".equals(searchCenter.getExecType().toUpperCase()))){
|
||||||
elasticsearchService.deleteBatchId(delList,"stand");
|
elasticsearchService.deleteBatchId(delList,"stand");
|
||||||
elasticsearchService.deleteBatchId(delList,"fulltextserch");
|
elasticsearchService.deleteBatchId(delList,"fulltextserch");
|
||||||
}
|
}
|
||||||
@@ -330,7 +330,7 @@ public class ResetSearchCenterService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!delList.isEmpty() && ("ALL".equals(searchCenter.getExecType().toUpperCase()) || "DEL".equals(searchCenter.getExecType().toUpperCase()))){
|
if(!delList.isEmpty() && ("DEL".equals(searchCenter.getExecType().toUpperCase()))){
|
||||||
elasticsearchService.deleteBatchId(delList,"laws");
|
elasticsearchService.deleteBatchId(delList,"laws");
|
||||||
elasticsearchService.deleteBatchId(delList,"fulltextserch");
|
elasticsearchService.deleteBatchId(delList,"fulltextserch");
|
||||||
}
|
}
|
||||||
@@ -428,7 +428,7 @@ public class ResetSearchCenterService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!delList.isEmpty() && ("ALL".equals(searchCenter.getExecType().toUpperCase()) || "DEL".equals(searchCenter.getExecType().toUpperCase()))){
|
if(!delList.isEmpty() && ("DEL".equals(searchCenter.getExecType().toUpperCase()))){
|
||||||
elasticsearchService.deleteBatchId(delList,"bussstand");
|
elasticsearchService.deleteBatchId(delList,"bussstand");
|
||||||
elasticsearchService.deleteBatchId(delList,"fulltextserch");
|
elasticsearchService.deleteBatchId(delList,"fulltextserch");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user