|
|
@@ -566,7 +566,7 @@ public class OrderService extends BaseService<Order> {
|
|
|
.setAddressFull(orderVO.getAddressFull()).setAddressName(orderVO.getAddressName())
|
|
|
.setAddressNo(orderVO.getAddressNo()).setAddressGcj02(orderVO.getAddressGcj02())
|
|
|
.setContactName(orderVO.getContactName()).setContactPhone(orderVO.getContactPhone())
|
|
|
- .setChannelId(orderVO.getSalesChannel()));
|
|
|
+ .setChannelId(orderVO.getSalesChannel()).setSaleStatus(Constant.SaleStatus.CHENGJIAO.getName()));
|
|
|
|
|
|
// 明细实体(避免并发,需要再查一遍)
|
|
|
OrderItem orderItemForUpdate;
|