dever %!s(int64=3) %!d(string=hai) anos
pai
achega
ca9b51cb6d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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,