站点新增 停车费率描述字段

This commit is contained in:
Lemon
2023-09-11 08:58:33 +08:00
parent ed1699b9ab
commit 660e666f93
7 changed files with 34 additions and 6 deletions

View File

@@ -163,6 +163,10 @@ public class AMapServiceImpl implements AMapService {
aMapInfo.setOperatorName(Constants.JSOWELL);
aMapInfo.setStationName(stationInfo.getStationName());
aMapInfo.setCountryCode(stationInfo.getCountryCode());
if (StringUtils.isNotBlank(stationInfo.getParkFeeDescribe())) {
// 停车费率描述
aMapInfo.setParkFee(stationInfo.getParkFeeDescribe());
}
aMapInfo.setAreaCode(stationInfo.getAreaCode());
aMapInfo.setServiceTel(stationInfo.getStationTel());
aMapInfo.setAddress(stationInfo.getAddress());