|
@@ -346,7 +346,7 @@ public class EconomicService {
|
|
|
|
|
|
|
|
|
|
|
|
- public List<List<Glqx>> curveFittingList(String wpids, String type, String starttime, String endtime, String dateType) throws Exception {
|
|
|
+ public List<Glqx> curveFittingList(String wpids, String type, String starttime, String endtime, String dateType) throws Exception {
|
|
|
Map<String, List<List<Glqx>>> resultMap = new HashMap<>();
|
|
|
|
|
|
|
|
@@ -413,12 +413,11 @@ public class EconomicService {
|
|
|
}
|
|
|
}
|
|
|
vo.add(vos);
|
|
|
- tempList.add(vo);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
- return tempList;
|
|
|
+ return vo;
|
|
|
}
|
|
|
}
|