mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
加日志
This commit is contained in:
@@ -296,10 +296,10 @@ public class UploadRealTimeMonitorHandler extends AbstractHandler {
|
||||
// 状态不一样,传给联联
|
||||
// 查询该站点是否推送联联平台
|
||||
StationSettingRelation relation = new StationSettingRelation();
|
||||
log.info("推送联联平台实时数据 params: orderBasicInfo:{}", JSON.toJSONString(orderInfo));
|
||||
if (StringUtils.isBlank(orderInfo.getStationId())) {
|
||||
return null;
|
||||
}
|
||||
log.info("推送联联平台实时数据 params: orderBasicInfo:{}", JSON.toJSONString(orderInfo));
|
||||
relation.setStationId(Long.parseLong(orderInfo.getStationId()));
|
||||
StationSettingRelationVO relationInfo = stationSettingRelationService.selectRelationInfo(relation);
|
||||
// ThirdPartySettingInfo thirdPartySettingInfo = thirdPartySettingInfoService.getInfoByStationId(pileBasicInfo.getStationId());
|
||||
|
||||
Reference in New Issue
Block a user