mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 小程序站点详情新增联系电话字段
This commit is contained in:
@@ -491,7 +491,7 @@ public class PileStationInfoServiceImpl implements PileStationInfoService {
|
||||
}
|
||||
// 站点联系电话
|
||||
if (StringUtils.isNotBlank(pileStationVO.getStationTel())) {
|
||||
stationVO.setStationTel(stationVO.getStationTel());
|
||||
stationVO.setStationTel(pileStationVO.getStationTel());
|
||||
}
|
||||
// 站点图片
|
||||
if (StringUtils.isNotBlank(pileStationVO.getPictures())) {
|
||||
|
||||
Reference in New Issue
Block a user