|
@@ -1030,7 +1030,7 @@ public class UserController {
|
|
|
UserDTO currentUserDTO = UserUtils.getCurrentUserDTO();
|
|
|
for (RoleDTO roleDTO : currentUserDTO.getRoleDTOList()) {
|
|
|
if (ObjectUtils.isNotEmpty(roleDTO)){
|
|
|
- if ("zj".equals(roleDTO.getEnName())){
|
|
|
+ if ("dgsbx".equals(roleDTO.getEnName())){
|
|
|
return true;
|
|
|
}
|
|
|
}
|