rabin 3 vuotta sitten
vanhempi
commit
cfad0d48b5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      service/agent/lib/Dhorder.php

+ 1 - 1
service/agent/lib/Dhorder.php

@@ -374,7 +374,7 @@ class Dhorder
         }
         if ($order['type'] == 1) {
             $where['order_id'] = $order['id'];
-            $where['status'] = 1;
+            //$where['status'] = 3;
             $data = Dever::db('agent/dh_order_goods')->select($where);
             if ($data) {