修改扣点为三级目录+增加分销扣点
This commit is contained in:
parent
77e7ae8227
commit
14d3a48dda
|
|
@ -549,7 +549,7 @@ public class OrderDetailServiceImpl implements OrderDetailService {
|
|||
BigDecimal dtx = BigDecimal.ZERO;
|
||||
|
||||
// 追加金额分账
|
||||
BigDecimal dtx1 = this.addPaymentConfirm(orderDetailId, deptId, memberId, masterMemberId, teamRete, teamMoney, pcDeptRate, pcDeptMoney, placeId, saleRateOne, parentPlaceId, saleRateTwo);
|
||||
BigDecimal dtx1 = this.addPaymentConfirm(orderDetailId, deptId, memberId, masterMemberId, teamRete, teamMoney, pcDeptRate, pcDeptMoney, saleRateOne, placeId, saleRateTwo, parentPlaceId);
|
||||
dtx = dtx.add(dtx1);
|
||||
|
||||
// 改价单分账
|
||||
|
|
|
|||
Loading…
Reference in New Issue