邀请用户列表增加字段,显示未认证、新人、老人

This commit is contained in:
谭凯凯
2025-01-10 16:41:34 +08:00
committed by Tankaikai
parent 61303bf0d6
commit 988737d25e

View File

@@ -83,7 +83,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;