|
@@ -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("暂无数据");
|
|
|
}
|