小程序详细接口

This commit is contained in:
yuyang 2021-07-28 10:29:14 +08:00
parent 2c10be71ba
commit 144ef52fca

View File

@ -476,8 +476,8 @@ public class XhpcChargingStationServiceImpl implements IXhpcChargingStationServi
// String[] split = map.get("peripheryFacilities").toString().split(","); // String[] split = map.get("peripheryFacilities").toString().split(",");
// peripheryFacilities=Arrays.asList(split); // peripheryFacilities=Arrays.asList(split);
// } // }
List<Map<String, Object>> charging_periphery_facilities = xhpcChargingStationMapper.getCode("charging_periphery_facilities",peripheryFacilities); // List<Map<String, Object>> charging_periphery_facilities = xhpcChargingStationMapper.getCode("charging_periphery_facilities",peripheryFacilities);
map.put("peripheryFacilities",charging_periphery_facilities); // map.put("peripheryFacilities",charging_periphery_facilities);
//图片信息 //图片信息
List<String> imgList =new ArrayList<>(); List<String> imgList =new ArrayList<>();