|
@@ -121,8 +121,8 @@ public class HtAnalogDataServiceImpl extends AbstractCrudService<HtAnalogDataMap
|
|
|
objects.add(getEpp(hadDataLogList,siteIdList,dayStartTime,dayEndTime));
|
|
|
dateList.add(DateUtils.getDay(setDays));
|
|
|
}
|
|
|
- CommonIcoVO.builder().name("当月趋势图").list(objects).listDate(dateList).build();
|
|
|
- return null;
|
|
|
+ return CommonIcoVO.builder().name("当月趋势图").list(objects).listDate(dateList).build();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
public CommonIcoVO getTrendOne(String name,List<Integer> idList,Date startTime,Date endTime){
|