|
@@ -186,7 +186,7 @@ public class IsolateFacade extends IsolateServiceImpl {
|
|
|
GeoInfo geoInfo = new GeoInfo();
|
|
|
|
|
|
// 1. 获取clade统计数据
|
|
|
- List<CladeCountResult> cladeCountResult = epifluMapper.selectCladeCountByProvince(continent, epifluDTO.getSubtype());
|
|
|
+ List<CladeCountResult> cladeCountResult = epifluMapper.selectCladeCountByContinent(continent, epifluDTO.getSubtype());
|
|
|
|
|
|
// 2. 转换数据格式
|
|
|
List<GeoDataItem> dataItems = cladeCountResult.stream()
|