feat: There is no way the

This commit is contained in:
super_liu
2021-08-17 15:04:17 +08:00
parent ecde4434dd
commit 1791877be5
2 changed files with 4 additions and 4 deletions
@@ -97,7 +97,7 @@ public class StandLawsSearchServiceImpl implements StandLawsSearchService {
result = elasticsearchService.updateDataByIdForMap(fullTextSearchEO,"fulltextserch","fulltextserch",id);
}
} else {
result = elasticsearchService.updateDataByIdForMap(fullTextSearchEO,"fulltextserch","fulltextserch",id);
result = elasticsearchService.addDataForMap(fullTextSearchEO,"fulltextserch","fulltextserch",id);
}
}
return result;