stanley-king 2 سال پیش
والد
کامیت
b24ad8a4e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -497,7 +497,7 @@ class refill_order_manualControl extends SystemControl
         $order_ids = explode(',', $order_ids);
         $condition['refill_order.order_id'] = ['in',$order_ids];
 
-        $order_list = Model('refill_order')->getMerchantOrderList($condition,1000,0,'refill_order.mchid,refill_order.mch_order');
+        $order_list = Model('refill_order')->getMerchantOrderList($condition,1000,0,'refill_order.mchid,refill_order.mch_order,refill_order.order_id');
         foreach ($order_list as $order)
         {
             $mchid = $order['mchid'];