Commit 87deb9e6 by huangjy

fix:合并问题

parent c0a94e2a
...@@ -122,13 +122,6 @@ public class PushCallback implements MqttCallback { ...@@ -122,13 +122,6 @@ public class PushCallback implements MqttCallback {
if (statusFlag) { if (statusFlag) {
return; return;
} }
String deviceId = device.getDeviceId();
String messageType = device.getMessageType();
//更新设备状态
boolean statusFlag = platDeviceService.updateDeviceStatus(messageType, deviceId, "");
if (statusFlag) {
return;
}
for (HeaderInfo.Bind binding : bindings) { for (HeaderInfo.Bind binding : bindings) {
try { try {
String iot_tenantId = binding.getId(); String iot_tenantId = binding.getId();
......
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