bug修复

This commit is contained in:
谭凯凯
2025-01-10 09:56:30 +08:00
committed by Tankaikai
parent 9d0ed1ff9c
commit f9b6e75def

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("实名认证失败: 此身份证信息已被其他账号绑定");