加日志
This commit is contained in:
parent
35073d1c2d
commit
87eff6d010
|
|
@ -342,9 +342,7 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
|
|||
orderInfo.setPackFee(packAmount.getPrice());
|
||||
//生成订单 //discount_info 所有折扣 几折 折扣金额 满减金额 优惠券金额 积分抵扣金额 抹零
|
||||
upOrderPayInfo(orderInfo, param);
|
||||
log.info("支付后置,订单信息:{}", JSONObject.toJSONString(orderDetails));
|
||||
orderDetailService.updateBatch(orderDetails);
|
||||
log.info("支付后置2,订单信息:{}", JSONObject.toJSONString(orderDetails));
|
||||
//更新优惠券信息
|
||||
if (CollUtil.isNotEmpty(param.getCouponList()) && shopUser != null) {
|
||||
//券消耗
|
||||
|
|
|
|||
Loading…
Reference in New Issue