dever 6 years ago
parent
commit
bea8bd659d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      database/user.php

+ 2 - 2
database/user.php

@@ -101,11 +101,11 @@ return array
 
 		'source_type'		=> array
 		(
-			'type' 		=> 'int-11',
+			'type' 		=> 'varchar-100',
 			'name' 		=> '用户来源',
 			'default' 	=> '',
 			'desc' 		=> '请选择用户来源',
-			'match' 	=> 'is_numeric',
+			'match' 	=> 'is_string',
 			'update'	=> 'select',
 			'option'	=> $source_type,
 			'search'	=> 'select',