|
@@ -15721,8 +15721,8 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
//需要统计的部门
|
|
|
List<Integer> targetDeptIds=new ArrayList<>();
|
|
|
targetDeptIds.add(7458);
|
|
|
- targetDeptIds.add(8696);
|
|
|
- targetDeptIds.add(8695);//工程本部
|
|
|
+ targetDeptIds.add(7459);
|
|
|
+ targetDeptIds.add(7460);//工程本部
|
|
|
//需要统计的分组名称
|
|
|
List<String> targetGroupNameList=new ArrayList<>();
|
|
|
targetGroupNameList.add("生产部电气");
|