Commit f820623c by 朱淼

代码调整

parent 2fb37f8b
......@@ -167,7 +167,7 @@ public class PlatRegionSettingServiceImpl extends ServiceImpl<PlatRegionSettingM
List<DeviceOperationLogEntity> list = iotProductDeviceService.getDeviceLogByTimeRange(dto.getDeviceId(), "reportProperty", 100, dto.getStartTime(), dto.getEndTime());
for(DeviceOperationLogEntity log : list){
DeviceInfoContentSpace space = JsonUtil.toObj((String) log.getContent(), DeviceInfoContentSpace.class);
if(space.getProperties()!=null){
if(space.getProperties()!=null && space.getProperties().getPersonState() == 1){
vos.add(space.getProperties());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment