Commit d0043002 authored by maoying's avatar maoying

Merge branch 'dev_bitmap' of http://39.98.45.134:8090/moa/amos-boot-biz into dev_bitmap

parents c63c046d 5b9215af
...@@ -262,8 +262,8 @@ public class MqttReceiveServiceImpl implements MqttReceiveService { ...@@ -262,8 +262,8 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
return; return;
} }
log.info(String.format("收到mqtt消息:%s", message)); log.info(String.format("收到mqtt消息:%s", message));
// saveDataToDB(topicEntity, iotDatalist); saveDataToDB(topicEntity, iotDatalist);
realTimeDateProcessing(topicEntity, iotDatalist); // realTimeDateProcessing(topicEntity, iotDatalist);
} }
/** /**
......
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 to comment