用户id缓存修复
This commit is contained in:
parent
290cc419db
commit
d0bf164268
@ -98,7 +98,7 @@ public class UserRunProfileTransportGatewayImpl implements UserRunProfileTranspo
|
||||
|
||||
@Override
|
||||
public UserProfile getByUserId(Long userId) {
|
||||
UserRunProfile userRunProfile = null;
|
||||
UserRunProfile userRunProfile = userRunProfileService.getById(userId);
|
||||
if (Objects.nonNull(userRunProfile)) {
|
||||
// 拥有靓号
|
||||
UserSpecialId userSpecialId = userSpecialIdService.getByUserId(userId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user