From 49eee1ebc11692035ef3332d2603fd2d3e301886 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 18 二月 2025 17:08:24 +0800 Subject: [PATCH] 项目不存在bug、前置节点展示bug --- business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java b/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java index dd484b4..25d3d3c 100644 --- a/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java +++ b/business/src/main/java/com/ycl/domain/vo/ProjectInfoVO.java @@ -169,7 +169,8 @@ private ProjectInvestmentFundingVO projectInvestmentFunding; private ProjectUnitRegistrationInfoVO projectUnitRegistrationInfo; private ProjectInvestmentPolicyComplianceVO projectInvestmentPolicyCompliance; - + private Boolean auditRole; + private String projectOwnerUnitName; public static ProjectInfoVO getVoByEntity(@NonNull ProjectInfo entity, ProjectInfoVO vo) { if(vo == null) { vo = new ProjectInfoVO(); -- Gitblit v1.8.0