From 9e9c84b194ac4d6a31d5de9d0340436b94a44902 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Mon, 29 Jan 2024 16:04:13 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B5=B7=E5=8D=97=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jsowell/thirdparty/common/CommonService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }