|
|
@@ -846,7 +846,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
|
|
List<Long> userIdList = userBindRelationService.getRelationUserIdList(userId, null);
|
|
|
UserCertRecord record = userCertRecordMapper.selectOne(Wrappers.lambdaQuery(UserCertRecord.class)
|
|
|
.in(UserCertRecord::getUserId, userIdList)
|
|
|
- .select(UserCertRecord::getName)
|
|
|
+ .select(UserCertRecord::getName, UserCertRecord::getIdent)
|
|
|
.last("limit 1"));
|
|
|
if (record != null) {
|
|
|
record.setIdent(StringUtil.enIndent(record.getIdent()));
|