dever 4 年之前
父節點
當前提交
80e62b0f31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      database/user.php

+ 1 - 1
database/user.php

@@ -446,7 +446,7 @@ return array
 			'type' 		=> 'int-11',
 			'name' 		=> '生日',
 			'default' 	=> '',
-			'match' 	=> 'is_numeric',
+			'match' 	=> 'option',
 			'desc' 		=> '生日',
 			'update'	=> 'time',
 			'callback'  => 'maketime',