dever 6 년 전
부모
커밋
bea8bd659d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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',