瀏覽代碼

for debug

stanley-king 2 年之前
父節點
當前提交
82dd4e870f
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. 7 4
      admin/control/refill_order_manual.php

+ 7 - 4
admin/control/refill_order_manual.php

@@ -458,10 +458,13 @@ class refill_order_manualControl extends SystemControl
         $merchant_list = $this->merchants();
         $transfer = new refill\transfer();
         $mMchid2Infos = $transfer->transfers();
-        foreach ($mMchid2Infos as $mch) {
-            $mchids[] = $mch['transfer_mchid'];
-        }
-        
+
+        $mchids = [];
+//        foreach ($mMchid2Infos as $mch) {
+//            $mchids[] = $mch['transfer_mchid'];
+//        }
+
+        $mchids[] = 1092;
         $condition['inner_status'] = 0;
         $condition['mchid'] = ['in', $mchids];
         $condition['vr_order.add_time&vr_order.add_time'] = ['_multi' => true,