|
@@ -1221,7 +1221,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
throw new CustomException("数据错误",507);
|
|
throw new CustomException("数据错误",507);
|
|
}
|
|
}
|
|
// User user = iUserService.getByCardNoTenant(idCard);
|
|
// User user = iUserService.getByCardNoTenant(idCard);
|
|
- User user = iUserService.getByCardNoTenantNew(idCard,bh);
|
|
|
|
|
|
+ User user = iUserService.getByCardNoTenantNewTwo(idCard,bh);
|
|
if (Validator.isEmpty(user)) {
|
|
if (Validator.isEmpty(user)) {
|
|
throw new CustomException("身份证查无用户",507);
|
|
throw new CustomException("身份证查无用户",507);
|
|
}
|
|
}
|