rabin 3 years ago
parent
commit
cfad0d48b5
1 changed files with 1 additions and 1 deletions
  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) {