|
|
@@ -958,6 +958,12 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
}
|
|
|
orderDon.setRefundDesc("补差价");
|
|
|
refundRecord(orderDon, refundMoney, goodsDon, sku, outNo, refundType);
|
|
|
+
|
|
|
+ //补差价金额 扣除对应分销提成金额
|
|
|
+ orderDon.setRefundMoney(refundMoney);
|
|
|
+ deductDsPoints(orderDon);
|
|
|
+ //店铺分销提成金额扣除
|
|
|
+ yhShopDistributeService.deductDsMoney(orderDon);
|
|
|
return;
|
|
|
}
|
|
|
BigDecimal refundBalance = refundMoney;
|