Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
28112104c4
|
|
@ -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("实名认证失败: 此身份证信息已被其他账号绑定");
|
||||
|
|
|
|||
Loading…
Reference in New Issue