demand: tms-客户账单管理-财务/总部销账审核通过移除实时重算月结客户额度和现金客户额度逻辑
committer: heyu
This commit is contained in:
parent
6d7fdecb81
commit
8cf07a7d2a
@ -376,7 +376,7 @@ public class EmisWriteoffApplyServiceImpl extends EmisBaseService implements IEm
|
||||
updateWaybillPaymentStatus(existingApply, detailList, true);
|
||||
|
||||
// 重算并更新月结客户额度和现金客户额度
|
||||
updateCreditLimits(existingApply, detailList);
|
||||
// updateCreditLimits(existingApply, detailList);
|
||||
|
||||
// 更新相关开票记录的收款金额和付款状态
|
||||
updateInvoiceRecordPaymentStatus(existingApply, detailList, true);
|
||||
@ -540,7 +540,7 @@ public class EmisWriteoffApplyServiceImpl extends EmisBaseService implements IEm
|
||||
updateWaybillPaymentStatus(existingApply, detailList, false);
|
||||
|
||||
// 重算并更新月结客户额度和现金客户额度
|
||||
updateCreditLimits(existingApply, detailList);
|
||||
// updateCreditLimits(existingApply, detailList);
|
||||
|
||||
// 更新相关开票记录的收款金额和付款状态(回退)
|
||||
updateInvoiceRecordPaymentStatus(existingApply, detailList, false);
|
||||
@ -1695,7 +1695,7 @@ public class EmisWriteoffApplyServiceImpl extends EmisBaseService implements IEm
|
||||
updateWaybillPaymentStatus(existingApply, detailList, false);
|
||||
|
||||
// 重算并更新月结客户额度和现金客户额度
|
||||
updateCreditLimits(existingApply, detailList);
|
||||
// updateCreditLimits(existingApply, detailList);
|
||||
|
||||
// 更新相关开票记录的收款金额和付款状态(回退)
|
||||
updateInvoiceRecordPaymentStatus(existingApply, detailList, false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user