haru haru 2 gadi atpakaļ
vecāks
revīzija
bbad96f1eb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      admin/control/refill_order_manual.php

+ 1 - 0
admin/control/refill_order_manual.php

@@ -478,6 +478,7 @@ class refill_order_manualControl extends SystemControl
 
         $merchant_list = $this->merchants(['mchid' => ['in', $mchids]]);
         $order_list = $mod->getMerchantOrderList($condition, 200, 0,'refill_order.*,vr_order.order_state', 'refill_order.order_time desc');
+        $order_list = $this->OrderDataFormat($order_list, $merchant_list);
         return [$order_list, $merchant_list];
     }