Browse Source

合并dev_message

licailing 3 years ago
parent
commit
0fdd305d5e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/java/com/izouma/nineth/service/OrderService.java

+ 2 - 1
src/main/java/com/izouma/nineth/service/OrderService.java

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