|
|
@@ -544,12 +544,11 @@ public class ProjectLibManage { |
|
|
|
|
|
|
|
//查询初验信息 |
|
|
|
List<PreInsAcceptancePerson> acceptancePersons = acceptancePersonService.list(Wrappers.lambdaQuery(PreInsAcceptancePerson.class) |
|
|
|
.eq(PreInsAcceptancePerson::getProjectId, projectId) |
|
|
|
.in(PreInsAcceptancePerson::getProjectId, allVersionProjectId) |
|
|
|
.orderByAsc(PreInsAcceptancePerson::getCreateOn)); |
|
|
|
vo.setAcceptancePersons(convertPersons(acceptancePersons)); |
|
|
|
|
|
|
|
//查询终验信息 |
|
|
|
|
|
|
|
//查询年度投资金额 要是已验收的项目 |
|
|
|
if (ProjectStatusEnum.ACCEPTED.getCode().equals(projectInfo.getStatus())) { |
|
|
|
List<AnnualAmountVO> annualAmounts = Lists.newArrayList(); |
|
|
|