From 123bed164c5a42c4b7e14b113ed36de911e72ebf Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Thu, 21 Nov 2019 21:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index c4283e40..0979b12e 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -2151,7 +2151,7 @@ class UserController extends BaseController $arr['status'] = ($re == 1 || $re == 2 ) ? 1 : 0; $arr['ip'] = get_client_ip(); $arr['create_time'] = time(); - M('idcard', 'tab_')->data($arr)->add(); + M('idcard_log', 'tab_')->data($arr)->add(); switch ($re) { case - 1: