设置默认地址
This commit is contained in:
parent
26733849ec
commit
1b3307b9c2
@ -571,6 +571,8 @@ public class XhpcChargingStationServiceImpl implements IXhpcChargingStationServi
|
|||||||
@Override
|
@Override
|
||||||
public List<Map<String, Object>> getWXList(String name, String serviceFacilities, Integer code, String longitude, String latitude) {
|
public List<Map<String, Object>> getWXList(String name, String serviceFacilities, Integer code, String longitude, String latitude) {
|
||||||
|
|
||||||
|
if(null==longitude||"".equals(longitude)||null==latitude||"".equals(latitude)) longitude="104.065861"; latitude="30.657401";
|
||||||
|
|
||||||
List<String> stringList = new ArrayList<>();
|
List<String> stringList = new ArrayList<>();
|
||||||
if (serviceFacilities != null && serviceFacilities != "") {
|
if (serviceFacilities != null && serviceFacilities != "") {
|
||||||
String[] split = serviceFacilities.split(",");
|
String[] split = serviceFacilities.split(",");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user