|
|
@ -125,11 +125,11 @@ public class BsOrderServiceImpl implements BsOrderService { |
|
|
|
// 提交订单前实物商品处理
|
|
|
|
// 提交订单前实物商品处理
|
|
|
|
if (child.getProductType().equals(OrderChildProductTypeEnum.type1.getCode())) { |
|
|
|
if (child.getProductType().equals(OrderChildProductTypeEnum.type1.getCode())) { |
|
|
|
child = orderCreateService.goods(order, child); |
|
|
|
child = orderCreateService.goods(order, child); |
|
|
|
|
|
|
|
|
|
|
|
} else if (child.getProductType().equals(OrderChildProductTypeEnum.type2.getCode())) { |
|
|
|
|
|
|
|
// 提交订单虚拟商品处理
|
|
|
|
|
|
|
|
// todo 1.0阶段暂时需要返回收货地址使用
|
|
|
|
// todo 1.0阶段暂时需要返回收货地址使用
|
|
|
|
order.setBusiness(child.getBusiness()); |
|
|
|
order.setBusiness(child.getBusiness()); |
|
|
|
|
|
|
|
} else if (child.getProductType().equals(OrderChildProductTypeEnum.type2.getCode())) { |
|
|
|
|
|
|
|
// 提交订单虚拟商品处理
|
|
|
|
|
|
|
|
child = orderCreateService.product(order, child); |
|
|
|
} |
|
|
|
} |
|
|
|
// 提交订单前产品处理
|
|
|
|
// 提交订单前产品处理
|
|
|
|
if (child.getProductType().equals(OrderChildProductTypeEnum.type2.getCode())) { |
|
|
|
if (child.getProductType().equals(OrderChildProductTypeEnum.type2.getCode())) { |
|
|
|