stanley-king 2 年之前
父节点
当前提交
9775360156
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -484,7 +484,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.*,vr_order.order_state');
+        $order_list = Model('refill_order')->getMerchantOrderList($condition,1000,0,'refill_order.mchid,refill_order.mch_order');
         foreach ($order_list as $order) {
             $mchid = $order['mchid'];
             $mch_order = $order['mch_order'];