dever 6 years ago
parent
commit
d0e8aeb841
1 changed files with 4 additions and 4 deletions
  1. 4 4
      database/order.php

+ 4 - 4
database/order.php

@@ -101,11 +101,11 @@ return array
 
 		'product_id'		=> array
 		(
-			'type' 		=> 'int-11',
-			'name' 		=> '产品id',
-			'default' 	=> '1',
+			'type' 		=> 'varchar-800',
+			'name' 		=> '产品id-可能为多个',
+			'default' 	=> '',
 			'desc' 		=> '产品id',
-			'match' 	=> 'is_numeric',
+			'match' 	=> 'is_string',
 			'update'	=> 'text',
 		),