|
@@ -53,7 +53,7 @@ return array
|
|
|
|
|
|
'cash' => array
|
|
'cash' => array
|
|
(
|
|
(
|
|
- 'type' => 'int-11',
|
|
|
|
|
|
+ 'type' => 'varchar-50',
|
|
'default' => '',
|
|
'default' => '',
|
|
'name' => '当前价格',
|
|
'name' => '当前价格',
|
|
'match' => 'is_numeric',
|
|
'match' => 'is_numeric',
|
|
@@ -64,7 +64,7 @@ return array
|
|
|
|
|
|
'price' => array
|
|
'price' => array
|
|
(
|
|
(
|
|
- 'type' => 'int-11',
|
|
|
|
|
|
+ 'type' => 'varchar-50',
|
|
'default' => '',
|
|
'default' => '',
|
|
'name' => '原价格设置',
|
|
'name' => '原价格设置',
|
|
'match' => 'is_numeric',
|
|
'match' => 'is_numeric',
|