Commit 4752a529 authored by KeYong's avatar KeYong

更新

parent 34332209
...@@ -533,7 +533,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService { ...@@ -533,7 +533,7 @@ public class MqttReceiveServiceImpl implements MqttReceiveService {
mqttSendGateway.sendToMqtt(TopicEnum.EQYQR.getTopic(), JSONArray.toJSON(action).toString()); mqttSendGateway.sendToMqtt(TopicEnum.EQYQR.getTopic(), JSONArray.toJSON(action).toString());
bool = Boolean.TRUE; bool = Boolean.TRUE;
} }
equipmentSpecificMapper.updateById(specific); iEquipmentSpecificSerivce.updateEquipSpecificStatus(specific.getEquipStatus(), String.valueOf(specific.getId()));
}); });
// 直流中心消息推送刷新 // 直流中心消息推送刷新
......
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