diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ShenZhenPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ShenZhenPlatformServiceImpl.java index 490569ad2..303844f68 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ShenZhenPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/ShenZhenPlatformServiceImpl.java @@ -117,7 +117,7 @@ public class ShenZhenPlatformServiceImpl implements ThirdPartyPlatformService { .stationLng(new BigDecimal(stationVO.getStationLng())) .stationLat(new BigDecimal(stationVO.getStationLat())) .construction(Integer.parseInt(stationVO.getConstruction())) - + .supportOrder(0) .build(); String stationTel = stationVO.getStationTel(); if (StringUtils.isNotBlank(stationTel)) {