stanley-king před 2 roky
rodič
revize
82dd4e870f
1 změnil soubory, kde provedl 7 přidání a 4 odebrání
  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,