|
@@ -839,7 +839,7 @@ public class TradeOrderUpdateServiceImpl implements TradeOrderUpdateService {
|
|
|
|
|
|
* 推广-推荐人额度 百分比
|
|
|
*/
|
|
|
- String grossProfitAncestorQuotaPerc = orderPercentageDO.getGrossProfitAncestorQuotaPerc();
|
|
|
+ String grossProfitUserQuotaPerc = orderPercentageDO.getGrossProfitUserQuotaPerc();
|
|
|
|
|
|
|
|
|
List<TradeOrderDO> TradeOrderDOList = tradeOrderMapper.selectList("pay_order_id", payOrderId);
|
|
@@ -907,7 +907,7 @@ public class TradeOrderUpdateServiceImpl implements TradeOrderUpdateService {
|
|
|
Long itemFreezeAmount =
|
|
|
promotionExpenses2GrossProfitAncestorQuota(promotionExpenses,
|
|
|
grossProfitPerc,
|
|
|
- grossProfitAncestorQuotaPerc
|
|
|
+ grossProfitUserQuotaPerc
|
|
|
);
|
|
|
|
|
|
totalFreezeAmount+=itemFreezeAmount;
|