Authored by wangnan9279

ufo

... ... @@ -43,6 +43,8 @@ public class UfoStoragePriceFieldBuilder implements UfoIndexFieldBuilder {
storagePriceList.stream().filter(s -> s.getStatus() == 1).sorted(Comparator.comparing(UfoStoragePrice::getPrice));
BigDecimal price = storagePriceList.get(0).getPrice();
p.setPrice(price.doubleValue());
} else {
p.setPrice(null);
}
});
}
... ...