|
|
@ -430,6 +430,7 @@ public class BsSgcjsjdBuiProInfoService extends BaseService<BsSgcjsjdBuiProInfoM |
|
|
|
.eq("pro_no", sp.getData().getProNo()).eq("pro_code", sp.getData().getProCode())); |
|
|
|
|
|
|
|
BigDecimal total=BigDecimal.ZERO; |
|
|
|
if (!ObjectUtil.isEmpty(bp)){ |
|
|
|
if (bp.getV1() != null) { |
|
|
|
total = total.add(bp.getV1()); |
|
|
|
} |
|
|
@ -471,6 +472,7 @@ public class BsSgcjsjdBuiProInfoService extends BaseService<BsSgcjsjdBuiProInfoM |
|
|
|
stageStatistics.setPlanInvestmentAmount(bsSgcjsjdBuiProInfo.getCentralArrangedFunds() |
|
|
|
.add(bsSgcjsjdBuiProInfo.getProvincialFunding()).add(bsSgcjsjdBuiProInfo.getCityLevelFunds()) |
|
|
|
.add(bsSgcjsjdBuiProInfo.getCountyLevelFunds()).add(bsSgcjsjdBuiProInfo.getTownshipInvestments())); |
|
|
|
} |
|
|
|
return stageStatistics; |
|
|
|
} |
|
|
|
|
|
|
|