feat: 新增挂单支付
This commit is contained in:
parent
557f263643
commit
a7349f806b
|
|
@ -2142,7 +2142,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||||
|
|
||||||
// 获取优惠券信息
|
// 获取优惠券信息
|
||||||
OrderCouponInfoDTO couponInfo = new OrderCouponInfoDTO();
|
OrderCouponInfoDTO couponInfo = new OrderCouponInfoDTO();
|
||||||
if (!payDTO.getUserCouponInfos().isEmpty()) {
|
if (payDTO.getUserCouponInfos() != null && !payDTO.getUserCouponInfos().isEmpty()) {
|
||||||
couponInfo = getCouponInfo(payDTO.getVipUserId(), payDTO.getShopId(), payDTO.getUserCouponInfos(),
|
couponInfo = getCouponInfo(payDTO.getVipUserId(), payDTO.getShopId(), payDTO.getUserCouponInfos(),
|
||||||
orderInfo.getOrderAmount(), productIdSet);
|
orderInfo.getOrderAmount(), productIdSet);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue