mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-24 00:59:43 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -364,7 +364,7 @@ public class UploadRealTimeMonitorHandler extends AbstractHandler {
|
|||||||
log.info("推送中电联平台实时数据 pileConnectorCode:{}, connectorStatus:{}", pileConnectorCode, connectorStatus);
|
log.info("推送中电联平台实时数据 pileConnectorCode:{}, connectorStatus:{}", pileConnectorCode, connectorStatus);
|
||||||
zdlService.notificationStationStatus(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);
|
String result = nrService.pushPileStatus(realTimeMonitorData);
|
||||||
log.info("推送江苏省平台实时数据 result:{}", result);
|
log.info("推送江苏省平台实时数据 result:{}", result);
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
package com.jsowell.netty.server.mqtt;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*
|
||||||
|
* @author Lemon
|
||||||
|
* @Date 2023/12/14 11:33:03
|
||||||
|
*/
|
||||||
|
public class BootNettyMqttChannelInboundHandler {
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
package com.jsowell.netty.server.mqtt;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*
|
||||||
|
* @author Lemon
|
||||||
|
* @Date 2023/12/14 11:36:30
|
||||||
|
*/
|
||||||
|
public class BootNettyMqttMsgBack {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user