|
|
@@ -121,7 +121,8 @@ public class OrderService {
|
|
|
SmsService smsService, ErrorOrderRepo errorOrderRepo, ShowCollectionRepo showCollectionRepo,
|
|
|
ShowroomService showroomService, CollectionPrivilegeRepo collectionPrivilegeRepo,
|
|
|
UserBankCardRepo userBankCardRepo, CacheService cacheService, UserPropertyRepo userPropertyRepo,
|
|
|
- UserBalanceService userBalanceService, ProxyManager<String> proxyManager) {
|
|
|
+ UserBalanceService userBalanceService, ProxyManager<String> proxyManager,
|
|
|
+ HeatInfoRepo heatInfoRepo, ShowroomRepo showroomRepo) {
|
|
|
this.orderRepo = orderRepo;
|
|
|
this.collectionRepo = collectionRepo;
|
|
|
this.userAddressRepo = userAddressRepo;
|