update 海南平台对接

This commit is contained in:
2024-01-29 16:04:13 +08:00
parent 8b7c99291b
commit 9e9c84b194

View File

@@ -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");
}