feat: 新增挂单支付
This commit is contained in:
parent
cfc17d9533
commit
3603febd59
|
|
@ -2288,6 +2288,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||
}
|
||||
creditBuyerOrderService.save(payDTO.getCreditBuyerId(), Long.valueOf(orderInfo.getId()));
|
||||
orderInfo.setPayType(TableConstant.OrderInfo.PayType.CREDIT_BUYER.getValue());
|
||||
break;
|
||||
case "vipPay":
|
||||
if (payDTO.getVipUserId() != null) {
|
||||
orderInfo.setUserId(String.valueOf(payDTO.getVipUserId()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue