|
|
@@ -31,7 +31,7 @@ public class ApplicationConverter { |
|
|
|
FileService fileService) { |
|
|
|
return ProvincialProjectDTO.builder() |
|
|
|
//暂时先写死 |
|
|
|
.operationManageUnit("GO_6c383c049d95461f9a0df780140ceb32") |
|
|
|
.operationManageUnit("GO_a1479720291640b4982158fe3035a2d0") |
|
|
|
.digitalReform(String.valueOf(projectInfo.getBizDomain())) |
|
|
|
.regionCode(projectInfo.getAreaCode()) |
|
|
|
.regionName(projectInfo.getArea()) |
|
|
@@ -58,9 +58,11 @@ public class ApplicationConverter { |
|
|
|
.contactName(projectInfo.getContactName()) |
|
|
|
.contactPhone(projectInfo.getContactPhone()) |
|
|
|
.buildUnit(projectInfo.getBuildOrgName()) |
|
|
|
.buildUnitCode(projectInfo.getBuildOrgCode()) |
|
|
|
// .buildUnitCode(projectInfo.getBuildOrgCode()) |
|
|
|
.buildUnitCode("GO_a1479720291640b4982158fe3035a2d0") |
|
|
|
.superUnit(projectInfo.getSuperOrg()) |
|
|
|
.superUnitCode(projectInfo.getSuperOrgCode()) |
|
|
|
// .superUnitCode(projectInfo.getSuperOrgCode()) |
|
|
|
.superUnitCode("GO_a1479720291640b4982158fe3035a2d0") |
|
|
|
.projectEstimateFile(convertFile(projectInfo.getCalculationTotalInvestmentFile(),fileService)) |
|
|
|
.unitThreePlan(convertFile(projectInfo.getMainResponsibilitiesApplicantFile(),fileService)) |
|
|
|
.otherFile(convertFile(projectInfo.getPreliminaryPlanFile(),fileService)) |
|
|
@@ -70,8 +72,6 @@ public class ApplicationConverter { |
|
|
|
.projectApplyFile(convertFile(projectInfo.getProjectApplicationForm(),fileService)) |
|
|
|
.researchReport(convertFile(projectInfo.getPreliminaryPlanFile(),fileService)) |
|
|
|
.applicationInfo(convertApplications(applications,fileService)) |
|
|
|
//条线单位 先写死 |
|
|
|
.lineManageUnit("GO_3a8d76d825a849488916e618ff2f7474") |
|
|
|
.build(); |
|
|
|
} |
|
|
|
|
|
|
|