Commit e7231e54 authored by litengwei's avatar litengwei

bug修改

parent a589cb9f
...@@ -909,7 +909,7 @@ public class EquipmentSpecificAlarmServiceImpl extends ServiceImpl<EquipmentSpec ...@@ -909,7 +909,7 @@ public class EquipmentSpecificAlarmServiceImpl extends ServiceImpl<EquipmentSpec
// 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);
// systemctlFeign.updateIsRead(Long.valueOf(messageId)); // systemctlFeign.updateIsRead(Long.valueOf(messageId));
Systemctl.messageClient.updateIsRead(Long.valueOf(messageId)); // Systemctl.messageClient.updateIsRead(Long.valueOf(messageId));
mqttSendGateway.sendToMqtt("pressurePump", "1"); mqttSendGateway.sendToMqtt("pressurePump", "1");
return i; return i;
} }
......
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