|
@@ -257,7 +257,7 @@ public class ProjectServiceImpl implements ProjectService {
|
|
|
AdminUserRespDTO adminUserRespDTO = adminUserApi.getUser(SecurityFrameworkUtils.getLoginUserId()).getCheckedData();
|
|
|
Boolean all = respDTO.getAll();
|
|
|
if(all){
|
|
|
- return projectMapper.selectList();
|
|
|
+ return Collections.emptyList();
|
|
|
} else{
|
|
|
Set<String> deptIds = respDTO.getDeptIds();
|
|
|
deptIds.add(adminUserRespDTO.getDeptId());
|