mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -545,11 +545,17 @@ public class CommonService {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 统一推送启动充电结果
|
||||
* @param orderBasicInfo
|
||||
*/
|
||||
public void commonPushStartChargeResultV2(OrderBasicInfo orderBasicInfo) {
|
||||
log.info("推送启动充电结果 params:{}", orderBasicInfo);
|
||||
String stationId = orderBasicInfo.getStationId();
|
||||
// 查询该站点是否推送第三方平台
|
||||
List<ThirdPartySecretInfoVO> relationInfoList = thirdpartySecretInfoService.queryStationToPlatformList(stationId);
|
||||
// ThirdPartyStationRelationVO relationInfo = thirdPartyStationRelationService.selectRelationInfo(relation);
|
||||
log.info("推送启动充电结果 relationInfoList:{}", relationInfoList);
|
||||
if (CollectionUtils.isEmpty(relationInfoList)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user