|
@@ -76,6 +76,10 @@ public class PetrolStationPublish implements ProductPublish {
|
|
|
|
|
|
collect = xiaoJuStoreResultContent.getContent().getItemInfoList().stream().map(itemPriceInfo -> itemPriceInfo.getVipPrice()).collect(Collectors.toList());
|
|
collect = xiaoJuStoreResultContent.getContent().getItemInfoList().stream().map(itemPriceInfo -> itemPriceInfo.getVipPrice()).collect(Collectors.toList());
|
|
}
|
|
}
|
|
|
|
+ if (collect.isEmpty()) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
Integer min = Collections.min(collect);
|
|
Integer min = Collections.min(collect);
|
|
LocationModel locationModel = new LocationModel();
|
|
LocationModel locationModel = new LocationModel();
|
|
locationModel.setLongitude(it.getLon());
|
|
locationModel.setLongitude(it.getLon());
|