Ver Fonte

返回common

yq há 4 anos atrás
pai
commit
50a251cdb9

+ 2 - 2
fiveep-service/src/main/java/com/bizmatics/service/impl/HtAnalogDataServiceImpl.java

@@ -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){