|
|
@@ -1216,11 +1216,11 @@ public class CmsOrderDonServiceImpl extends ServiceImpl<OrderDonMapper,OrderDon>
|
|
|
orderDon.setRefundMoney(orderRefundMoney.add(refundMoney));
|
|
|
orderDonMapper.updateById(orderDon);
|
|
|
|
|
|
- //补差价金额 扣除对应分销提成金额
|
|
|
- orderDon.setRefundMoney(refundMoney);
|
|
|
- deductDsPoints(orderDon);
|
|
|
- //店铺分销提成金额扣除
|
|
|
- yhShopDistributeService.deductDsMoney(orderDon);
|
|
|
+// //补差价金额 扣除对应分销提成金额
|
|
|
+// orderDon.setRefundMoney(refundMoney);
|
|
|
+// deductDsPoints(orderDon);
|
|
|
+// //店铺分销提成金额扣除
|
|
|
+// yhShopDistributeService.deductDsMoney(orderDon);
|
|
|
|
|
|
} else {
|
|
|
BigDecimal refundBalance = refundMoney;
|