@@ -1604,7 +1604,7 @@ class Buy
(
'area' => $shop['area'],
'order_id' => $info['id'],
- 'order_type' => $info['type'],
+ 'order_type' => 1,
'order_num' => $info['order_num'],
'order_index' => $info['order_index'],
'type' => 1,
@@ -1898,7 +1898,7 @@ class Sell
- 'order_type' => 1,
+ 'order_type' => 2,