dever 3 years ago
parent
commit
ca9b51cb6d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/mshop/lib/Buy.php
  2. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/mshop/lib/Buy.php

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

+ 1 - 1
app/shop/lib/Sell.php

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