|
|
@@ -1506,6 +1506,7 @@ public class LiveOrderServiceImpl implements ILiveOrderService {
|
|
|
return null;
|
|
|
}
|
|
|
FsStoreProduct fsStoreProduct = fsStoreProductService.selectFsStoreProductById(param.getProductId());
|
|
|
+ if(fsStoreProduct == null) return null;
|
|
|
BigDecimal payPrice = BigDecimal.ZERO;
|
|
|
BigDecimal payDelivery = BigDecimal.ZERO;
|
|
|
BigDecimal totalPrice = fsStoreProduct.getPrice().multiply(new BigDecimal(param.getTotalNum()));
|