|
|
@@ -126,6 +126,8 @@ public class ProjectRenewalFundManage { |
|
|
|
declaration.setCreateOn(LocalDateTime.now()); |
|
|
|
declaration.setUpdateOn(LocalDateTime.now()); |
|
|
|
declaration.setApprovalStatus(ProjectRenewalApprovalStatusEnum.PENDING.name()); |
|
|
|
declaration.setRegionCode(project.getAreaCode()); |
|
|
|
declaration.setOrgCode(project.getBuildOrgCode()); |
|
|
|
if(!projectRenewalFundDeclarationService.saveOrUpdate(declaration)){ |
|
|
|
throw new BusinessException(String.format("申报失败 【%s】",dto.getId())); |
|
|
|
} |
|
|
|