Browse Source

for debug

stanley-king 2 years ago
parent
commit
82dd4e870f
1 changed files with 7 additions and 4 deletions
  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,