update 向第三方平台推送实时数据

This commit is contained in:
Lemon
2023-12-15 15:35:29 +08:00
parent 1f8016c4d4
commit df529c44b6
3 changed files with 21 additions and 1 deletions

View File

@@ -364,7 +364,7 @@ public class UploadRealTimeMonitorHandler extends AbstractHandler {
log.info("推送中电联平台实时数据 pileConnectorCode:{}, connectorStatus:{}", pileConnectorCode, connectorStatus);
zdlService.notificationStationStatus(pileConnectorCode, connectorStatus);
}
if (StringUtils.equals(ThirdPlatformTypeEnum.JIANG_SU_PLATFORM.getCode(), relation.getThirdPartyType())) {
if (StringUtils.equals(ThirdPlatformTypeEnum.JIANG_SU_PLATFORM.getCode(), relationInfo.getThirdPartyType())) {
// 江苏省平台
String result = nrService.pushPileStatus(realTimeMonitorData);
log.info("推送江苏省平台实时数据 result:{}", result);

View File

@@ -0,0 +1,10 @@
package com.jsowell.netty.server.mqtt;
/**
* TODO
*
* @author Lemon
* @Date 2023/12/14 11:33:03
*/
public class BootNettyMqttChannelInboundHandler {
}

View File

@@ -0,0 +1,10 @@
package com.jsowell.netty.server.mqtt;
/**
* TODO
*
* @author Lemon
* @Date 2023/12/14 11:36:30
*/
public class BootNettyMqttMsgBack {
}