From 8e5ccb64fcc6e094d8cf6dad0289f4329abe60d1 Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Tue, 25 Feb 2020 17:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E4=BF=AE=E6=94=B9,?= =?UTF-8?q?=E6=88=90=E5=B9=B4=E4=B8=8D=E8=83=BD=E8=BD=AC=E4=B8=BA=E6=9C=AA?= =?UTF-8?q?=E6=88=90=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Common/function.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Application/Common/Common/function.php b/Application/Common/Common/function.php index b7ab9616..6234fa43 100644 --- a/Application/Common/Common/function.php +++ b/Application/Common/Common/function.php @@ -1202,6 +1202,10 @@ function age_verify($cardno, $name, $user_id = '') $arr['status'] = 0; M('idcard_log', 'tab_')->data($arr)->add(); return 0; + } elseif(!isset($date['status']) && $date == 0) { + $arr['status'] = 0; + M('idcard_log', 'tab_')->data($arr)->add(); + return 0; } else { $arr['status'] = -1; M('idcard_log', 'tab_')->data($arr)->add();