update 海南平台对接

This commit is contained in:
2024-01-29 13:55:56 +08:00
parent e20ed2b230
commit be32910512
2 changed files with 3 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
// 站点图片
if (StringUtils.isNotBlank(pileStationInfo.getPictures())) {
stationInfo.setPictures(Lists.newArrayList(pileStationInfo.getPictures().split(",")));
} else {
stationInfo.setPictures(Lists.newArrayList());
}
List<ZDLEquipmentInfo> pileList = getPileList(pileStationInfo);