|
@@ -8092,7 +8092,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
}
|
|
|
}
|
|
|
QueryWrapper<User> queryWrapper=new QueryWrapper();
|
|
|
- queryWrapper.eq("company_id",targetUser.getCompanyId());
|
|
|
+ queryWrapper.eq("company_id",targetUser.getCompanyId()).eq("report_status", 0);
|
|
|
List<Integer> branchDepartment =null;
|
|
|
if(departmentId!=null){
|
|
|
branchDepartment = getBranchDepartment(departmentId, allDepartmentList);
|