|
|
@@ -90,7 +90,7 @@ public class UserIdentCertServiceImpl implements UserIdentCertService {
|
|
|
List<Long> userIdList = userBindRelationService.getRelationUserIdList(userId, null);
|
|
|
UserStudentCertRecord record = userStudentCertRecordMapper.selectOne(Wrappers.lambdaQuery(UserStudentCertRecord.class)
|
|
|
.in(UserStudentCertRecord::getUserId, userIdList)
|
|
|
- .select(UserStudentCertRecord::getName, UserStudentCertRecord::getSchool, UserStudentCertRecord::getCreatedTime)
|
|
|
+ .select(UserStudentCertRecord::getSchool, UserStudentCertRecord::getCreatedTime)
|
|
|
.last("limit 1"));
|
|
|
if (record == null) {
|
|
|
return null;
|