mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
update
This commit is contained in:
@@ -405,6 +405,7 @@ public class CommonService {
|
|||||||
*/
|
*/
|
||||||
public void pushRealTimeInfoV2(String pileSn, String connectorCode, String connectorStatus,
|
public void pushRealTimeInfoV2(String pileSn, String connectorCode, String connectorStatus,
|
||||||
RealTimeMonitorData realTimeMonitorData, String transactionCode) throws UnsupportedEncodingException {
|
RealTimeMonitorData realTimeMonitorData, String transactionCode) throws UnsupportedEncodingException {
|
||||||
|
log.info("推送实时数据到第三方平台,桩编号:{},枪口号:{},枪口状态:{},实时数据:{}", pileSn, connectorCode, connectorStatus, JSON.toJSONString(realTimeMonitorData));
|
||||||
// 推送第三方平台,先通过桩编号查出站点信息 pushToThirdPartyPlatforms
|
// 推送第三方平台,先通过桩编号查出站点信息 pushToThirdPartyPlatforms
|
||||||
PileBasicInfo pileBasicInfo = pileBasicInfoService.selectPileBasicInfoBySN(pileSn);
|
PileBasicInfo pileBasicInfo = pileBasicInfoService.selectPileBasicInfoBySN(pileSn);
|
||||||
if (pileBasicInfo == null) {
|
if (pileBasicInfo == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user