|
@@ -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',
|
|
|
),
|
|
|
|