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

This commit is contained in:
张松 2025-01-10 09:56:59 +08:00
commit 28112104c4
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ public class AppController {
.ne(UserInfo::getUserId, userId)
.eq(UserInfo::getCertName, certName)
.eq(UserInfo::getCertNo, certNum)
.isNotNull(UserInfo::getAccountNo)
.isNotNull(UserInfo::getMobile)
);
if (count > 0) {
return Result.error("实名认证失败: 此身份证信息已被其他账号绑定");