@@ -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];
}