@ -1040,9 +1040,9 @@ class UserController extends BaseController
}
if ($re > 0) {
// if ($re > 0) {
$model = D('User')->where($map)->save(array('real_name' => $_REQUEST['real_name'], 'idcard' => $_REQUEST['idcard'], 'age_status' => $resdata));
// }
if ($model !== false) {