@@ -217,6 +217,10 @@ class UserInfo extends BaseController
if(empty($accountinfo)){
return json_show(1003,"账户信息不存在");
}
+ $uiq = Db::table("sys_account")->where([["mobile","=",$post['mobile']],["id","<>",$post['id']],["is_del","=",0]])->find();
+ if($uiq){
+ return json_show(1002,"手机号已存在!");
+ }
Db::startTrans();
try{
$userinfo=[