This commit is contained in:
mashuai 2025-07-01 14:14:28 +08:00
parent 50493d7bf3
commit 000d3502fb
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ public class SltAgreementInfoServiceImpl implements ISltAgreementInfoService {
} }
} }
for (SltAgreementReduce reduction : reductionList) { for (SltAgreementReduce reduction : reductionList) {
if(reduction.getReduceLeaseMoney()!=null){ if(reduction.getLeaseMoney()!=null){
reducCost = reducCost.add(reduction.getReduceLeaseMoney()); reducCost = reducCost.add(reduction.getLeaseMoney());
} }
} }
sltInfoVo.setLeaseCost(leaseCost); sltInfoVo.setLeaseCost(leaseCost);