jichaobo 3 лет назад
Родитель
Сommit
9578ee191c

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

@@ -684,7 +684,7 @@ public class HtAnalogDataServiceImpl extends AbstractCrudService<HtAnalogDataMap
         }
         List<SingleLoopReportVo> SingleLoopReportList = baseMapper.SingleLoopReportData(deviceCode,startTime,endtime);
         if (CollectionUtils.isEmpty(SingleLoopReportList)){
-            SingleLoopReportOneVo singleLoopReportOneVo = new SingleLoopReportOneVo();
+            SingleLoopReportOneVo singleLoopReportOneVo = null;
             return singleLoopReportOneVo;
 //            throw new BusinessException("暂无数据");
         }