|
@@ -97,7 +97,7 @@ public class YoumeiDataServiceImpl extends ServiceImpl<YoumeiDataMapper, YoumeiD
|
|
|
|
|
|
response = elasticsearchClient.search(searchRequest, YoumeiEsData.class);
|
|
response = elasticsearchClient.search(searchRequest, YoumeiEsData.class);
|
|
} catch (IOException e) {
|
|
} catch (IOException e) {
|
|
- e.printStackTrace();
|
|
|
|
|
|
+ logger.error("error", e);
|
|
}
|
|
}
|
|
List<YoumeiEsData> data = new ArrayList<>();
|
|
List<YoumeiEsData> data = new ArrayList<>();
|
|
long total = 0;
|
|
long total = 0;
|