This commit is contained in:
parent
50493d7bf3
commit
000d3502fb
|
|
@ -124,8 +124,8 @@ public class SltAgreementInfoServiceImpl implements ISltAgreementInfoService {
|
|||
}
|
||||
}
|
||||
for (SltAgreementReduce reduction : reductionList) {
|
||||
if(reduction.getReduceLeaseMoney()!=null){
|
||||
reducCost = reducCost.add(reduction.getReduceLeaseMoney());
|
||||
if(reduction.getLeaseMoney()!=null){
|
||||
reducCost = reducCost.add(reduction.getLeaseMoney());
|
||||
}
|
||||
}
|
||||
sltInfoVo.setLeaseCost(leaseCost);
|
||||
|
|
|
|||
Loading…
Reference in New Issue