|  | @@ -195,6 +195,7 @@ public class IotDeviceStatusServiceImpl extends ServiceImpl<IotDeviceStatusMappe
 | 
	
		
			
				|  |  |              final IotAlarmData iotAlarmData = BeanHelper.copyProperties(dataReq, IotAlarmData.class);
 | 
	
		
			
				|  |  |              iotAlarmData.setOrgId(sysOrg.getId());
 | 
	
		
			
				|  |  |              iotAlarmData.setDeviceId(String.valueOf(deviceInfo.getId()));
 | 
	
		
			
				|  |  | +            iotAlarmData.setTime(dataReq.getStartTime());
 | 
	
		
			
				|  |  |              final String sourceType = SensorType.getCodeByProduct(dataReq.getProductType());
 | 
	
		
			
				|  |  |              fieldList.stream()
 | 
	
		
			
				|  |  |                      .filter(r -> ObjectUtil.equal(String.valueOf(r.getSourceType()), sourceType))
 |