rabin 3 years ago
parent
commit
f045e7f1ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/Dhorder.php

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

@@ -1491,7 +1491,7 @@ class Dhorder
                         $w1 = $w;
                         $w1['mid'] = $v['mid'];
                         $order_ps[$k1] = Dever::db('agent/dh_order_ps')->getDui($w1);
-                        foreach($order_ps as $a => $b){
+                        foreach($order_ps[$k1] as $a => $b){
                             $pc_order = Dever::db('shop/sell_order')->getSellDui(array('id'=>$b['order_id']));
                             if($pc_order){