pad 会员价

This commit is contained in:
2025-11-13 09:44:13 +08:00
parent 7110e9349a
commit 440eb96980
3 changed files with 11 additions and 1 deletions

View File

@@ -534,6 +534,11 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
orderInfo.setPackFee(packAmount.getPrice());
//生成订单 //discount_info 所有折扣 几折 折扣金额 满减金额 优惠券金额 积分抵扣金额 抹零
upOrderPayInfo(orderInfo, param);
orderDetailService.updateBatch(orderDetails);
return orderInfo;
}