|  | @@ -97,7 +97,7 @@ public class MyNoticeService {
 | 
												
													
														
															|  |          if (CollectionUtil.isNotEmpty(userDTO.getRoleDTOList())){
 |  |          if (CollectionUtil.isNotEmpty(userDTO.getRoleDTOList())){
 | 
												
													
														
															|  |              for (RoleDTO roleDTO : userDTO.getRoleDTOList()) {
 |  |              for (RoleDTO roleDTO : userDTO.getRoleDTOList()) {
 | 
												
													
														
															|  |                  RoleDTO dtoById = SpringUtil.getBean(IRoleApi.class).getRoleDTOById(roleDTO.getId());
 |  |                  RoleDTO dtoById = SpringUtil.getBean(IRoleApi.class).getRoleDTOById(roleDTO.getId());
 | 
												
													
														
															|  | -                if ("szbgqzgzdb".equals(dtoById.getEnName())){
 |  | 
 | 
												
													
														
															|  | 
 |  | +                if (null != dtoById && "szbgqzgzdb".equals(dtoById.getEnName())){
 | 
												
													
														
															|  |                      listPage = mapper.selectNoticePage3(page, queryWrapper);
 |  |                      listPage = mapper.selectNoticePage3(page, queryWrapper);
 | 
												
													
														
															|  |                  }
 |  |                  }
 | 
												
													
														
															|  |              }
 |  |              }
 |