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

+ 1 - 1
database/user.php

@@ -223,7 +223,7 @@ return array
 		(
 			'type' 		=> 'tinyint-1',
 			'name' 		=> '用户性别',
-			'default' 	=> '1',
+			'default' 	=> '3',
 			'desc' 		=> '用户性别',
 			'match' 	=> 'is_numeric',
 			'option' 	=> $sex,