123
This commit is contained in:
@@ -139,7 +139,7 @@ public class ImService {
|
||||
private UserBlacklistService userBlacklistService;
|
||||
|
||||
private Long getByImPrice(Long userId){
|
||||
UserMemberTypeEnum userMemberType = userMemberService.checkUserMember(userId);
|
||||
UserMemberTypeEnum userMemberType = userMemberService.checkUserIsMember(userId);
|
||||
if(userMemberType == null){
|
||||
return 10L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user