调试代码修复
This commit is contained in:
parent
608ba3111e
commit
fd09c8afe3
@ -99,7 +99,7 @@ public class UserRunProfileTransportGatewayImpl implements UserRunProfileTranspo
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public UserProfile getByUserId(Long userId) {
|
public UserProfile getByUserId(Long userId) {
|
||||||
UserRunProfile userRunProfile = null;
|
UserRunProfile userRunProfile = userRunProfileService.getById(userId);
|
||||||
if (Objects.nonNull(userRunProfile)) {
|
if (Objects.nonNull(userRunProfile)) {
|
||||||
// 拥有靓号
|
// 拥有靓号
|
||||||
UserSpecialId userSpecialId = userSpecialIdService.getByUserId(userId);
|
UserSpecialId userSpecialId = userSpecialIdService.getByUserId(userId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user