|
@@ -862,7 +862,8 @@ public class ProjectDeclarationService extends BaseService<ProjectDeclaration> {
|
|
|
List<Project> projectList = projectDao.selectByExample(example);
|
|
List<Project> projectList = projectDao.selectByExample(example);
|
|
|
|
|
|
|
|
List<String> project_ids = new ArrayList<>();
|
|
List<String> project_ids = new ArrayList<>();
|
|
|
- if (CollectionUtils.isEmpty(projectList)) return project_ids;
|
|
|
|
|
|
|
+ if (department.getName() != null && !department.getName().contains("财政") && CollectionUtils.isEmpty(projectList))
|
|
|
|
|
+ return project_ids;
|
|
|
|
|
|
|
|
for (Project project : projectList) {
|
|
for (Project project : projectList) {
|
|
|
project_ids.add(project.getId() + "");
|
|
project_ids.add(project.getId() + "");
|