dever 3 år sedan
förälder
incheckning
44ce9fada0
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      service/setting/database/base.php

+ 3 - 3
service/setting/database/base.php

@@ -73,7 +73,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '银行卡开户名称',
 			'match' 	=> 'is_string',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 		),
 
 		'bank_name'		=> array
@@ -83,7 +83,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '银行卡支行名称',
 			'match' 	=> 'is_string',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 		),
 
 		'bank_card'		=> array
@@ -93,7 +93,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '银行卡卡号',
 			'match' 	=> 'is_string',
-			//'update'	=> 'text',
+			'update'	=> 'text',
 		),
 		
         'state'     => array