This commit is contained in:
Guoqs
2024-11-16 13:45:15 +08:00
parent 8e345b1130
commit 92a8e25df2

View File

@@ -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)) {