Commit 58fd41e3 by huangjy

fix:先注释掉同步设备属性

parent 814113d5
...@@ -123,7 +123,7 @@ public class PushCallback implements MqttCallback { ...@@ -123,7 +123,7 @@ public class PushCallback implements MqttCallback {
if (!WRITE_PROPERTY.equals(device.getMessageType())) { if (!WRITE_PROPERTY.equals(device.getMessageType())) {
return; return;
} }
platDeviceService.syncIotProperties(device.getDeviceId()); //platDeviceService.syncIotProperties(device.getDeviceId());
} }
/** /**
......
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