From e5fa72b6ccb17118105b2f868a2498e77d01d1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 9 Sep 2023 14:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E7=AB=AF=E7=9A=84=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E6=B3=A8=E5=86=8C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/agent/controller/Index.php b/app/agent/controller/Index.php index 8e4c8cf..8ed402d 100644 --- a/app/agent/controller/Index.php +++ b/app/agent/controller/Index.php @@ -163,7 +163,7 @@ class Index die; } - $has_user2 = $user_model->isExit("id_code='".$data['id_code']."'"); + $has_user2 = $user_model->isExit("id_code='".$data['id_code']."' and is_verify=1'"); if ($has_user2){ $info = [ 'Code' => 30000,