|
|
@ -2151,7 +2151,7 @@ class UserController extends BaseController
|
|
|
|
$arr['status'] = ($re == 1 || $re == 2 ) ? 1 : 0;
|
|
|
|
$arr['status'] = ($re == 1 || $re == 2 ) ? 1 : 0;
|
|
|
|
$arr['ip'] = get_client_ip();
|
|
|
|
$arr['ip'] = get_client_ip();
|
|
|
|
$arr['create_time'] = time();
|
|
|
|
$arr['create_time'] = time();
|
|
|
|
M('idcard', 'tab_')->data($arr)->add();
|
|
|
|
M('idcard_log', 'tab_')->data($arr)->add();
|
|
|
|
switch ($re) {
|
|
|
|
switch ($re) {
|
|
|
|
|
|
|
|
|
|
|
|
case - 1:
|
|
|
|
case - 1:
|
|
|
|