Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松 2025-01-10 16:42:49 +08:00
commit 29cea2bd7d
1 changed files with 1 additions and 1 deletions

View File

@ -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;