Quellcode durchsuchen

拍卖二级分销

wangqifan vor 3 Jahren
Ursprung
Commit
e01c33a06f

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

@@ -381,7 +381,7 @@ public class TradeAuctionOrderService {
             }
         }
         if (order.getInvitorParentPhone() != null) {
-            if (officialPhones.contains(order.getInvitorPhone())) {
+            if (officialPhones.contains(order.getInvitorParentPhone())) {
                 userRepo.findByPhoneAndDelFalse(order.getInvitorParentPhone()).ifPresent(user -> {
                     BigDecimal shareRatio = sysConfigService.getBigDecimal("auction_commission_step");
                     if (StringUtils.isNotBlank(user.getSettleAccountId()) &&