|
@@ -88,7 +88,7 @@ public class Order1ServiceImpl extends ServiceImpl<Order1Mapper, Order1>
|
|
}
|
|
}
|
|
order1.setReceiverInfo(userAddress.getDetail());
|
|
order1.setReceiverInfo(userAddress.getDetail());
|
|
order1.setCreateTime(new Date());
|
|
order1.setCreateTime(new Date());
|
|
- order1.setStatus(0);
|
|
|
|
|
|
+ order1.setStatus(1);
|
|
this.baseMapper.insert(order1);
|
|
this.baseMapper.insert(order1);
|
|
|
|
|
|
// 订单和优惠券关联表
|
|
// 订单和优惠券关联表
|