|
@@ -97,7 +97,6 @@ public class ProjectService extends ServiceImpl<ProjectMapper, Project> {
|
|
|
private final ProjectExportService projectExportService;
|
|
|
private final PatentInventorMergeService patentInventorMergeService;
|
|
|
private final UserService userService;
|
|
|
- private final ApiUtils apiUtils;
|
|
|
private final LoginUtils loginUtils;
|
|
|
private final SecurityUtils securityUtils;
|
|
|
private final RequestService requestService;
|
|
@@ -125,7 +124,6 @@ public class ProjectService extends ServiceImpl<ProjectMapper, Project> {
|
|
|
|
|
|
try {
|
|
|
//获取所属部门对应信息
|
|
|
-
|
|
|
String jsonObject = requestService.getDepartmentFromPCS(dataList);
|
|
|
JSONArray jsonArray1 = JSON.parseArray(jsonObject);
|
|
|
List<ProjectVO.Department> departmentList = jsonArray1.toJavaList(ProjectVO.Department.class);
|