feat: 新增挂单支付
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user