无改动,修改下备注
This commit is contained in:
parent
2825a1123c
commit
ef60c04036
@ -66,8 +66,8 @@ public class CorpusSourceRentResultCopy extends CorpusSourceFileCopy implements
|
||||
if("0".equals(param.get("repaymentFlag"))){
|
||||
this.insertRentIncome(param,tx);
|
||||
updateRentPlanStatus(param,tx);
|
||||
//1.2如果提前结清 并且 为借款人本人账户,则视为客户本人提前结清,直接变更租金计划表租金计划
|
||||
}
|
||||
//1.2如果提前结清 并且 为借款人本人账户,则视为客户本人提前结清,直接变更租金计划表租金计划
|
||||
if("3".equals(param.get("repaymentFlag"))&&"0".equals(param.get("repaymentSource"))){
|
||||
this.insertRentIncome(param,tx);
|
||||
//租金计划,现金流存历史表
|
||||
@ -82,8 +82,8 @@ public class CorpusSourceRentResultCopy extends CorpusSourceFileCopy implements
|
||||
createCashFlowByContractId(param.get("contractId"),Sqlca);
|
||||
//重新Irr计算
|
||||
calcIRR(param,tx);
|
||||
//1.3如果提请结清 并且 为非借款人本人账户,则视为我方回购,需改变资方状态,我方能继续扣款
|
||||
}
|
||||
//1.3如果提请结清 并且 为非借款人本人账户,则视为我方回购,需改变资方状态,我方能继续扣款
|
||||
if("3".equals(param.get("repaymentFlag"))&&"1".equals(param.get("repaymentSource"))){
|
||||
int result = 1;
|
||||
//变更资方资源(要有日志)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user