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: