Commit 100f71b1 authored by KeYong's avatar KeYong

Merge remote-tracking branch 'origin/develop_dl_plan6_temp' into develop_dl_plan6_temp

parents 2497926f e7231e54
...@@ -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