Browse Source

update 添加无设备信息日志

pull/2/head
lucas 2 months ago
parent
commit
189692eade
  1. 1
      adaptors/安心云最新设备数据toES.go

1
adaptors/安心云最新设备数据toES.go

@ -32,6 +32,7 @@ func (the Adaptor_AXY_LastRAW) raw2es(iotaData models.IotaData) *models.EsRaw {
//查不到信息的数据 //查不到信息的数据
if deviceInfo.Name == "" { if deviceInfo.Name == "" {
log.Printf("设备[%s] 无deviceInfo信息 %s", iotaData.DeviceId, iotaData.TriggerTime)
return nil return nil
} }
//log 日志排查 //log 日志排查

Loading…
Cancel
Save