|
|
@@ -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()) &&
|