From 0f9fdfb009dc126066367ea6511c4b3e55e822cf Mon Sep 17 00:00:00 2001 From: "YAS\\29473" <2947326429@qq.com> Date: Thu, 12 Jun 2025 10:01:27 +0800 Subject: [PATCH] update --- .../service/impl/LianLianPlatformServiceImpl.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/LianLianPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/LianLianPlatformServiceImpl.java index 7d185439f..33fcd09af 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/LianLianPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/LianLianPlatformServiceImpl.java @@ -635,6 +635,14 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService { info.setStationID("LC658"); }*/ + //正式环境站点149推送时报错,"Msg":"更新站点数据出错。站点ID:LC149,错误信息:站点的所属运营商不能修改", + if(StringUtils.equals("149", stationId)){ + //使用EquipmentOwnerID = MA1JLFUU8 + info.setEquipmentOwnerID(Constants.OPERATORID_LIANLIAN); + } + + + // 容量 if (StringUtils.isNotBlank(String.valueOf(pileStationInfo.getCapacity()))) { info.setCapacity(pileStationInfo.getCapacity().setScale(4, BigDecimal.ROUND_HALF_UP));