mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 19:29:52 +08:00
update 海南平台对接
This commit is contained in:
@@ -478,7 +478,7 @@
|
|||||||
pile_station_info t1
|
pile_station_info t1
|
||||||
JOIN pile_merchant_info t2 ON t1.merchant_id = t2.id
|
JOIN pile_merchant_info t2 ON t1.merchant_id = t2.id
|
||||||
AND t1.del_flag = '0'
|
AND t1.del_flag = '0'
|
||||||
and public_flag = '1'
|
and t1.public_flag = '1'
|
||||||
<if test="dto.address != null and dto.address != ''">
|
<if test="dto.address != null and dto.address != ''">
|
||||||
and t1.address like concat('%', #{dto.address}, '%')
|
and t1.address like concat('%', #{dto.address}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
@@ -135,6 +135,8 @@ public class HaiNanPlatformLogic extends AbsInterfaceWithPlatformLogic {
|
|||||||
// 站点图片
|
// 站点图片
|
||||||
if (StringUtils.isNotBlank(pileStationInfo.getPictures())) {
|
if (StringUtils.isNotBlank(pileStationInfo.getPictures())) {
|
||||||
stationInfo.setPictures(Lists.newArrayList(pileStationInfo.getPictures().split(",")));
|
stationInfo.setPictures(Lists.newArrayList(pileStationInfo.getPictures().split(",")));
|
||||||
|
} else {
|
||||||
|
stationInfo.setPictures(Lists.newArrayList());
|
||||||
}
|
}
|
||||||
|
|
||||||
List<ZDLEquipmentInfo> pileList = getPileList(pileStationInfo);
|
List<ZDLEquipmentInfo> pileList = getPileList(pileStationInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user