|
@@ -11898,6 +11898,11 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if(departmentId!=null){
|
|
|
+ deptIds=new ArrayList<>();
|
|
|
+ List<Integer> branchDepartment = getBranchDepartment(departmentId, allDepartmentList);
|
|
|
+ deptIds.addAll(branchDepartment);
|
|
|
+ }
|
|
|
long total = 0;
|
|
|
List<Map<String,Object>> resultList = null;
|
|
|
String startDate = null;
|