|
|
@@ -242,6 +242,11 @@ public class ProjectRenewalFundManage { |
|
|
|
.projectCode(project.getProjectCode()) |
|
|
|
.projectYear(declaration.getProjectYear()) |
|
|
|
.annualAmount(declaration.getAnnualPaymentAmount()) |
|
|
|
.haveAmount(declaration.getHaveAmount()) |
|
|
|
.govOwnFinanceAmount(declaration.getGovOwnFinanceAmount()) |
|
|
|
.bankLendingAmount(declaration.getBankLendingAmount()) |
|
|
|
.govSuperiorFinanceAmount(declaration.getGovSuperiorFinanceAmount()) |
|
|
|
.otherAmount(declaration.getOtherAmount()) |
|
|
|
.build()); |
|
|
|
}) |
|
|
|
); |
|
|
@@ -276,6 +281,11 @@ public class ProjectRenewalFundManage { |
|
|
|
.projectCode(baseinfo.getBaseProjId()) |
|
|
|
.projectYear(declaration.getProjectYear()) |
|
|
|
.annualAmount(declaration.getAnnualPaymentAmount()) |
|
|
|
.haveAmount(declaration.getHaveAmount()) |
|
|
|
.govOwnFinanceAmount(declaration.getGovOwnFinanceAmount()) |
|
|
|
.bankLendingAmount(declaration.getBankLendingAmount()) |
|
|
|
.govSuperiorFinanceAmount(declaration.getGovSuperiorFinanceAmount()) |
|
|
|
.otherAmount(declaration.getOtherAmount()) |
|
|
|
.build()); |
|
|
|
}) |
|
|
|
); |
|
|
@@ -310,6 +320,11 @@ public class ProjectRenewalFundManage { |
|
|
|
.projectCode(operationBaseinfo.getBaseProjId()) |
|
|
|
.projectYear(declaration.getProjectYear()) |
|
|
|
.annualAmount(declaration.getAnnualPaymentAmount()) |
|
|
|
.haveAmount(declaration.getHaveAmount()) |
|
|
|
.govOwnFinanceAmount(declaration.getGovOwnFinanceAmount()) |
|
|
|
.bankLendingAmount(declaration.getBankLendingAmount()) |
|
|
|
.govSuperiorFinanceAmount(declaration.getGovSuperiorFinanceAmount()) |
|
|
|
.otherAmount(declaration.getOtherAmount()) |
|
|
|
.build()); |
|
|
|
}) |
|
|
|
); |
|
|
|