Commit 76422f37 authored by xixinzhao's avatar xixinzhao

修改传值

parent 834a792d
...@@ -1514,7 +1514,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService { ...@@ -1514,7 +1514,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
model.setCategory(1); model.setCategory(1);
List<String> receive = new ArrayList<>(); List<String> receive = new ArrayList<>();
receive.add("system"); receive.add("system");
model.setRelationId(String.valueOf(data.getEquipmentSpecificId())); model.setRelationId(String.valueOf(data.getEquipmentId()));
model.setRecivers(receive); model.setRecivers(receive);
Token token = remoteSecurityService.getServerToken(); Token token = remoteSecurityService.getServerToken();
systemctlFeign.create(token.getAppKey(), token.getProduct(), token.getToke(), model); systemctlFeign.create(token.getAppKey(), token.getProduct(), token.getToke(), model);
......
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