update 华为Service

This commit is contained in:
Lemon
2024-04-03 10:56:06 +08:00
parent e00fedd5dd
commit 2b62f01a38
3 changed files with 9 additions and 7 deletions

View File

@@ -1350,7 +1350,7 @@ public class OrderService {
dto.setStationIds(Lists.newArrayList(stationId));
dto.setPileConnectorCode(orderInfo.getPileConnectorCode());
dto.setThirdPartyType(thirdPartyType);
dto.setOrderCode(orderCode);
String result = commonService.commonQueryStartCharge(dto);
log.info("异步判断是否对接第三方平台 stationId:{}, thirdPartyType:{}, result:{}", stationId, thirdPartyType, result);
}