dever hace 6 años
padre
commit
99d496cce3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      database/user.php

+ 2 - 1
database/user.php

@@ -251,9 +251,10 @@ return array
 			'default' 	=> '1',
 			'desc' 		=> '是否临时用户',
 			'match' 	=> 'is_numeric',
+			'search'	=> 'select',
 			'option' 	=> $temp,
 			//'update'	=> 'select',
-			//'list'		=> true,
+			'list'		=> true,
 		),
 
 		'login_date'		=> array