diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/common/CommonService.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/common/CommonService.java index 9a06727eb..ffff31554 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/common/CommonService.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/common/CommonService.java @@ -159,7 +159,7 @@ public class CommonService { // } if(StringUtils.equals(ThirdPlatformTypeEnum.HAI_NAN.getCode(), dto.getThirdPartyType())) { // 华为 - result = haiNanChargeService.pushStationInfo(dto); + result = haiNanChargeService.pushStationInfoV2(dto); } finalResult.append(result).append("\n"); }