dever 7 years ago
parent
commit
d1020fe7c8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youzan/database/card_list.php

+ 2 - 2
youzan/database/card_list.php

@@ -49,9 +49,9 @@ return array
 		'card_id'		=> array
 		(
 			'type' 		=> 'int-11',
-			'name' 		=> '优惠券id',
+			'name' 		=> '优惠券',
 			'default' 	=> '',
-			'desc' 		=> '优惠券id',
+			'desc' 		=> '优惠券',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'text',
 			'search'	=> 'select',