feat: There is no way the, eeeeeeeeeeeeeeeeees
This commit is contained in:
@@ -165,7 +165,7 @@ public class ResetSearchCenterService {
|
|||||||
public ResponseMessage resetLawsSearchCenter(SarLawsStandInfoPage sarLawsInfoEOPage,SearchCenter searchCenter) throws Exception{
|
public ResponseMessage resetLawsSearchCenter(SarLawsStandInfoPage sarLawsInfoEOPage,SearchCenter searchCenter) throws Exception{
|
||||||
Boolean getLawsIndex = elasticsearchService.isIndexExist("laws");
|
Boolean getLawsIndex = elasticsearchService.isIndexExist("laws");
|
||||||
|
|
||||||
List<Map<String, Object>> searchListData = elasticsearchService.searchListData("stand","","","");
|
List<Map<String, Object>> searchListData = elasticsearchService.searchListData("laws","","","");
|
||||||
|
|
||||||
List<String> esIdList = searchListData.stream().map(stringObjectMap -> stringObjectMap.get("id").toString()).collect(Collectors.toList());
|
List<String> esIdList = searchListData.stream().map(stringObjectMap -> stringObjectMap.get("id").toString()).collect(Collectors.toList());
|
||||||
|
|
||||||
@@ -235,7 +235,7 @@ public class ResetSearchCenterService {
|
|||||||
public ResponseMessage resetBussStandSearchCenter(SarBussionessStandEOPage sarBussionessStandEOPage,SearchCenter searchCenter) throws Exception{
|
public ResponseMessage resetBussStandSearchCenter(SarBussionessStandEOPage sarBussionessStandEOPage,SearchCenter searchCenter) throws Exception{
|
||||||
Boolean getbussstandIndex = elasticsearchService.isIndexExist("bussstand");
|
Boolean getbussstandIndex = elasticsearchService.isIndexExist("bussstand");
|
||||||
|
|
||||||
List<Map<String, Object>> searchListData = elasticsearchService.searchListData("stand","","","");
|
List<Map<String, Object>> searchListData = elasticsearchService.searchListData("bussstand","","","");
|
||||||
|
|
||||||
List<String> esIdList = searchListData.stream().map(stringObjectMap -> stringObjectMap.get("id").toString()).collect(Collectors.toList());
|
List<String> esIdList = searchListData.stream().map(stringObjectMap -> stringObjectMap.get("id").toString()).collect(Collectors.toList());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user