|
@@ -880,7 +880,7 @@ public class UserController {
|
|
|
UserDTO currentUserDTO = UserUtils.getCurrentUserDTO();
|
|
|
List<PostDTO> postDTOList = currentUserDTO.getPostDTOList();
|
|
|
for (PostDTO postDTO : postDTOList) {
|
|
|
- if (postDTO.getCode().equals("rsb")){
|
|
|
+ if (postDTO.getCode().equals("rlgly")){
|
|
|
return true;
|
|
|
}
|
|
|
}
|