feat: 新增挂单支付

This commit is contained in:
张松
2024-11-27 15:41:16 +08:00
parent cfc17d9533
commit 3603febd59

View File

@@ -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()));