Browse Source

modify:

1. 增加项目来源;
tags/24082301
WendyYang 2 months ago
parent
commit
26d5ef9537
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      hz-pm-api/src/main/java/com/hz/pm/api/workbench/manage/WorkbenchManage.java

+ 1
- 0
hz-pm-api/src/main/java/com/hz/pm/api/workbench/manage/WorkbenchManage.java View File

@@ -569,6 +569,7 @@ public class WorkbenchManage {
List<ProjectLibListItemVO> records = CollUtils.convert(page.getRecords(),
w -> ProjectLibListItemVO.builder()
.id(w.getId())
.fromType("1")
.projectName(w.getProjectName())
.projectCode(w.getProjectCode())
.projectType(w.getProjectType())


Loading…
Cancel
Save