|
@@ -242,8 +242,10 @@ public class QueryInfluxdbDataServiceImpl extends AbstractCrudService<QueryInflu
|
|
|
dataInfo.setProductCode(productCode);
|
|
|
dataInfo.setDeviceUUId(deviceUUId);
|
|
|
dataInfo.setTimestamp(writeVO.getTimestamp());
|
|
|
+ log.info("推送tsdb "+JSONArray.toJSON(dataInfo).toString()+" start");
|
|
|
|
|
|
myProducer.sendMessage("data-tsdb", JSONArray.toJSON(dataInfo).toString());
|
|
|
+ log.info("推送tsdb "+JSONArray.toJSON(dataInfo).toString()+" end");
|
|
|
}
|
|
|
|
|
|
rec_map.put("code",200);
|