Authored by mali

method=ufo.merchant.account&uid=68491353 普通入驻接口空指针

... ... @@ -521,7 +521,7 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService {
SellerWrapper sellerWrapper = sellerService.getBaseSellerWrapper(uid);
SellerBo sellerBo = sellerWrapper.buildSellerBo();
Map<EntrySellerType, EntryThreshold> map = sellerService.getEntryThreshold();
EntryThreshold sp = map.get(sellerBo.getEntrySellerType());
EntryThreshold sp = map.get(EntrySellerType.SUPER_ENTRY);
// 查配置、超级卖家门槛金额
BigDecimal superMoney = sp.getPrepaymentAmount();
BigDecimal lackOfMoneyAsSuper = BigDecimal.ZERO;
... ...