Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
29cea2bd7d
|
|
@ -94,7 +94,7 @@ public class UserInfoServiceImpl extends ServiceImpl<UserInfoMapper, UserInfo>
|
|||
*/
|
||||
@Override
|
||||
public int getAuthUserTag(long userId) {
|
||||
UserInfo userInfo = baseMapper.selectById(userId);
|
||||
UserInfo userInfo = getByUserId(userId);
|
||||
if (userInfo == null) {
|
||||
// 未认证
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue