|
|
|
@ -65,13 +65,13 @@ public class OrderServiceImpl implements OrderService {
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private CartServiceImpl cartService;
|
|
|
|
private CartServiceImpl cartService;
|
|
|
|
|
|
|
|
|
|
|
|
@Reference(validation = "true")
|
|
|
|
@Reference(validation = "true", version = "${dubbo.consumer.PromotionActivityService.version}")
|
|
|
|
private ProductSpuService productSpuService;
|
|
|
|
private ProductSpuService productSpuService;
|
|
|
|
@Reference(validation = "true")
|
|
|
|
@Reference(validation = "true", version = "${dubbo.consumer.UserAddressService.version}")
|
|
|
|
private UserAddressService userAddressService;
|
|
|
|
private UserAddressService userAddressService;
|
|
|
|
@Reference(validation = "true")
|
|
|
|
@Reference(validation = "true", version = "${dubbo.consumer.PayTransactionService.version}")
|
|
|
|
private PayTransactionService payTransactionService;
|
|
|
|
private PayTransactionService payTransactionService;
|
|
|
|
@Reference(validation = "true")
|
|
|
|
@Reference(validation = "true", version = "${dubbo.consumer.CouponService.version}")
|
|
|
|
private CouponService couponService;
|
|
|
|
private CouponService couponService;
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
|